Html Css Color HEX #66D6EC Turquoise Blue

📋 copy color: '#66D6EC'

red 102 ◦ green 214 ◦ blue 236

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

Shades of Turquoise Blue #66D6EC

Tints of Turquoise Blue #66D6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.77%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 18.48%
G = 38.77%
B = 42.75%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66D6EC (or 0x66D6EC) is known color: Turquoise Blue. HEX triplet: 66, D6 and EC. RGB value is (102,214,236). Sum of RGB (Red+Green+Blue) = 102+214+236=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #66D6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D6EC is #992913. Grayscale: #B6B6B6. Windows color (decimal): -10037524 or 15521382. OLE color: 15521382.

HSL color Cylindrical-coordinate representation of color #66D6EC: hue angle of 189.85º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66D6EC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 214 236 -
CMYK 0.57 0.09 0 0.07
HSL 189.85º 0.78% 0.66% -
HSV(B) 189.85º 0.57% 0.93% -
XYZ 44.67 56.97 88 -
YUV 183.02 157.89 70.21 -
System Red Green Blue C M Y K H S L
Decimal 102 214 236 0.57 0.09 0 0.07 189.85 0.78 0.66
Hex 66 D6 EC 39 9 0 7 BE 4E 42
Octal 146 326 354 71 11 0 7 276 116 102
Binary 1100110 11010110 11101100 111001 1001 0 111 10111110 1001110 1000010

Color Harmonies of #66D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D6EC

Black with #66D6EC

Text Example


Text Example

White with #66D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,214,236); }

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

background-color css

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

 a { background-color: rgb(102,214,236); }

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

border-color css

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

 span { border-color: rgb(102,214,236); }

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