Html Css Color HEX #66DEE0 Turquoise Blue

📋 copy color: '#66DEE0'

red 102 ◦ green 222 ◦ blue 224

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

Shades of Turquoise Blue #66DEE0

Tints of Turquoise Blue #66DEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 18.61%
G = 40.51%
B = 40.88%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#66DEE0 (or 0x66DEE0) is known color: Turquoise Blue. HEX triplet: 66, DE and E0. RGB value is (102,222,224). Sum of RGB (Red+Green+Blue) = 102+222+224=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #66DEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEE0 is #99211F. Grayscale: #BABABA. Windows color (decimal): -10035488 or 14736998. OLE color: 14736998.

HSL color Cylindrical-coordinate representation of color #66DEE0: hue angle of 180.98º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEE0 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 222 224 -
CMYK 0.54 0.01 0 0.12
HSL 180.98º 0.66% 0.64% -
HSV(B) 180.98º 0.54% 0.88% -
XYZ 45.06 60.45 79.81 -
YUV 186.35 149.24 67.84 -
System Red Green Blue C M Y K H S L
Decimal 102 222 224 0.54 0.01 0 0.12 180.98 0.66 0.64
Hex 66 DE E0 36 1 0 C B5 42 40
Octal 146 336 340 66 1 0 14 265 102 100
Binary 1100110 11011110 11100000 110110 1 0 1100 10110101 1000010 1000000

Color Harmonies of #66DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DEE0

Black with #66DEE0

Text Example


Text Example

White with #66DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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