Html Css Color HEX #66D3EC Turquoise Blue

📋 copy color: '#66D3EC'

red 102 ◦ green 211 ◦ blue 236

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

Shades of Turquoise Blue #66D3EC

Tints of Turquoise Blue #66D3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.43%

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

R = 18.58%
G = 38.43%
B = 42.99%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66D3EC (or 0x66D3EC) is known color: Turquoise Blue. HEX triplet: 66, D3 and EC. RGB value is (102,211,236). Sum of RGB (Red+Green+Blue) = 102+211+236=549 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.58% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #66D3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D3EC is #992C13. Grayscale: #B5B5B5. Windows color (decimal): -10038292 or 15520614. OLE color: 15520614.

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

Color convert

RGB 102 211 236 -
CMYK 0.57 0.11 0 0.07
HSL 191.19º 0.78% 0.66% -
HSV(B) 191.19º 0.57% 0.93% -
XYZ 43.91 55.47 87.75 -
YUV 181.26 158.89 71.47 -
System Red Green Blue C M Y K H S L
Decimal 102 211 236 0.57 0.11 0 0.07 191.19 0.78 0.66
Hex 66 D3 EC 39 B 0 7 BF 4E 42
Octal 146 323 354 71 13 0 7 277 116 102
Binary 1100110 11010011 11101100 111001 1011 0 111 10111111 1001110 1000010

Color Harmonies of #66D3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D3EC

Black with #66D3EC

Text Example


Text Example

White with #66D3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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