#61D4EF

Color #61D4EF Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #61D4EF

Tints of Turquoise Blue #61D4EF

Color information

#61D4EF (or 0x61D4EF) is unknown color: approx Turquoise Blue. HEX triplet: 61, D4 and EF. RGB value is (97,212,239). Sum of RGB (Red+Green+Blue) = 97+212+239=548 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.70% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #61D4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61D4EF is #9E2B10. Grayscale: #B4B4B4. Windows color (decimal): -10365713 or 15717473. OLE color: 15717473.

HSL color Cylindrical-coordinate representation of color #61D4EF: hue angle of 191.41º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61D4EF is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB97212239-
CMYK0.590.1100.06
HSL191.41º81.61%65.88%-
HSV(B)191.41º59.41%93.73%-
XYZ44.0555.8690.12-
YUV180.69160.968.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 17.70%
GREEN value IS 212 (83.20% from 255) = 38.69%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=17.70%
G=38.69%
B=43.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972122390.590.1100.06191.4181.6165.88
Hex61D4EF3BB06bf5242
Octal141324357731306277122102
Binary11000011101010011101111111011101101101011111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61D4EF; }

 p { color: rgb(97,212,239); }

 H1.HeaderClassName
 {
   color: #61D4EF;
 }
 .AnyTagClassName
 {
   color: #61D4EF;
 }
</style>
background-color css

<style>
 a { background-color: #61D4EF; }

 a { background-color: rgb(97,212,239); }

 div.DivClassName
 {
   background-color: #61D4EF;
 }
 .BgClassName
 {
   background-color: #61D4EF;
 }
</style>
border-color css

<style>
 span { border-color: #61D4EF; }

 span { border-color: rgb(97,212,239); }

 td.TdClassName
 {
   border-color: #61D4EF;
 }
 .TagClassName
 {
   border-color: #61D4EF;
 }
</style>