Html Css Color HEX #66D9EC Turquoise Blue

📋 copy color: '#66D9EC'

red 102 ◦ green 217 ◦ blue 236

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

Shades of Turquoise Blue #66D9EC

Tints of Turquoise Blue #66D9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.1%

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

R = 18.38%
G = 39.1%
B = 42.52%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66D9EC (or 0x66D9EC) is known color: Turquoise Blue. HEX triplet: 66, D9 and EC. RGB value is (102,217,236). Sum of RGB (Red+Green+Blue) = 102+217+236=555 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.38% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #66D9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D9EC is #992613. Grayscale: #B8B8B8. Windows color (decimal): -10036756 or 15522150. OLE color: 15522150.

HSL color Cylindrical-coordinate representation of color #66D9EC: hue angle of 188.51º 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 #66D9EC is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 217 236 -
CMYK 0.57 0.08 0 0.07
HSL 188.51º 0.78% 0.66% -
HSV(B) 188.51º 0.57% 0.93% -
XYZ 45.43 58.51 88.26 -
YUV 184.78 156.9 68.96 -
System Red Green Blue C M Y K H S L
Decimal 102 217 236 0.57 0.08 0 0.07 188.51 0.78 0.66
Hex 66 D9 EC 39 8 0 7 BD 4E 42
Octal 146 331 354 71 10 0 7 275 116 102
Binary 1100110 11011001 11101100 111001 1000 0 111 10111101 1001110 1000010

Color Harmonies of #66D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D9EC

Black with #66D9EC

Text Example


Text Example

White with #66D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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