#66DAF4

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

Shades of Turquoise Blue #66DAF4

Tints of Turquoise Blue #66DAF4

Color information

#66DAF4 (or 0x66DAF4) is unknown color: approx Turquoise Blue. HEX triplet: 66, DA and F4. RGB value is (102,218,244). Sum of RGB (Red+Green+Blue) = 102+218+244=564 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.09% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #66DAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DAF4 is #99250B. Grayscale: #BABABA. Windows color (decimal): -10036492 or 16046694. OLE color: 16046694.

HSL color Cylindrical-coordinate representation of color #66DAF4: hue angle of 190.99º 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 #66DAF4 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102218244-
CMYK0.580.1100.04
HSL190.99º86.59%67.84%-
HSV(B)190.99º58.2%95.69%-
XYZ46.8859.594.6-
YUV186.28160.5767.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.09%
GREEN value IS 218 (85.55% from 255) = 38.65%
BLUE value IS 244 (95.70% from 255) = 43.26%
R=18.09%
G=38.65%
B=43.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022182440.580.1100.04190.9986.5967.84
Hex66DAF43AB04bf5744
Octal146332364721304277127104
Binary11001101101101011110100111010101101001011111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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