#66DAFE

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

Shades of Turquoise Blue #66DAFE

Tints of Turquoise Blue #66DAFE

Color information

#66DAFE (or 0x66DAFE) is unknown color: approx Turquoise Blue. HEX triplet: 66, DA and FE. RGB value is (102,218,254). Sum of RGB (Red+Green+Blue) = 102+218+254=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #66DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DAFE is #992501. Grayscale: #BBBBBB. Windows color (decimal): -10036482 or 16702054. OLE color: 16702054.

HSL color Cylindrical-coordinate representation of color #66DAFE: hue angle of 194.21º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66DAFE is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB102218254-
CMYK0.600.1400.00
HSL194.21º98.7%69.8%-
HSV(B)194.21º59.84%99.61%-
XYZ48.4460.12102.82-
YUV187.42165.5767.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.77%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=17.77%
G=37.98%
B=44.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1022182540.600.1400.00194.2198.769.8
Hex66DAFE3CE00c26346
Octal146332376741600302143106
Binary110011011011010111111101111001110001100001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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