Html Css Color HEX #66DEE6 Turquoise Blue

📋 copy color: '#66DEE6'

red 102 ◦ green 222 ◦ blue 230

#66DEE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #66DEE6

Tints of Turquoise Blue #66DEE6

RGB

 RED value IS 102 (40.23% from 255) = 18.41%

 GREEN value IS 222 (87.11% from 255) = 40.07%

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 18.41%
G = 40.07%
B = 41.52%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#66DEE6 (or 0x66DEE6) is known color: Turquoise Blue. HEX triplet: 66, DE and E6. RGB value is (102,222,230). Sum of RGB (Red+Green+Blue) = 102+222+230=554 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.41% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #66DEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DEE6 is #992119. Grayscale: #BABABA. Windows color (decimal): -10035482 or 15130214. OLE color: 15130214.

HSL color Cylindrical-coordinate representation of color #66DEE6: hue angle of 183.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66DEE6 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 222 230 -
CMYK 0.56 0.03 0 0.10
HSL 183.75º 0.72% 0.65% -
HSV(B) 183.75º 0.56% 0.9% -
XYZ 45.88 60.78 84.18 -
YUV 187.03 152.24 67.35 -
System Red Green Blue C M Y K H S L
Decimal 102 222 230 0.56 0.03 0 0.10 183.75 0.72 0.65
Hex 66 DE E6 38 3 0 A B8 48 41
Octal 146 336 346 70 3 0 12 270 110 101
Binary 1100110 11011110 11100110 111000 11 0 1010 10111000 1001000 1000001

Color Harmonies of #66DEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DEE6

Black with #66DEE6

Text Example


Text Example

White with #66DEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,222,230); }

 H1.HeaderClassName
 {
   color: #66DEE6;
 }
 .AnyTagClassName
 {
   color: #66DEE6;
 }
</style>

background-color css

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

 a { background-color: rgb(102,222,230); }

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

border-color css

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

 span { border-color: rgb(102,222,230); }

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