#66DBF4

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

Shades of Turquoise Blue #66DBF4

Tints of Turquoise Blue #66DBF4

Color information

#66DBF4 (or 0x66DBF4) is unknown color: approx Turquoise Blue. HEX triplet: 66, DB and F4. RGB value is (102,219,244). Sum of RGB (Red+Green+Blue) = 102+219+244=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #66DBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DBF4 is #99240B. Grayscale: #BABABA. Windows color (decimal): -10036236 or 16046950. OLE color: 16046950.

HSL color Cylindrical-coordinate representation of color #66DBF4: hue angle of 190.56º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66DBF4 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102219244-
CMYK0.580.1000.04
HSL190.56º86.59%67.84%-
HSV(B)190.56º58.2%95.69%-
XYZ47.1460.0294.69-
YUV186.87160.2467.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.05%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 244 (95.70% from 255) = 43.19%
R=18.05%
G=38.76%
B=43.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022192440.580.1000.04190.5686.5967.84
Hex66DBF43AA04bf5744
Octal146333364721204277127104
Binary11001101101101111110100111010101001001011111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66DBF4; }

 p { color: rgb(102,219,244); }

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

<style>
 a { background-color: #66DBF4; }

 a { background-color: rgb(102,219,244); }

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

<style>
 span { border-color: #66DBF4; }

 span { border-color: rgb(102,219,244); }

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