Html Css Color HEX #66EEEC Turquoise Blue

📋 copy color: '#66EEEC'

red 102 ◦ green 238 ◦ blue 236

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

Shades of Turquoise Blue #66EEEC

Tints of Turquoise Blue #66EEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.32%

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

R = 17.71%
G = 41.32%
B = 40.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#66EEEC (or 0x66EEEC) is known color: Turquoise Blue. HEX triplet: 66, EE and EC. RGB value is (102,238,236). Sum of RGB (Red+Green+Blue) = 102+238+236=576 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.71% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #66EEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EEEC is #991113. Grayscale: #C4C4C4. Windows color (decimal): -10031380 or 15527526. OLE color: 15527526.

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

Color convert

RGB 102 238 236 -
CMYK 0.57 0 0.01 0.07
HSL 179.12º 0.8% 0.67% -
HSV(B) 179.12º 0.57% 0.93% -
XYZ 51.19 70.03 90.18 -
YUV 197.11 149.94 60.16 -
System Red Green Blue C M Y K H S L
Decimal 102 238 236 0.57 0 0.01 0.07 179.12 0.8 0.67
Hex 66 EE EC 39 0 1 7 B3 50 43
Octal 146 356 354 71 0 1 7 263 120 103
Binary 1100110 11101110 11101100 111001 0 1 111 10110011 1010000 1000011

Color Harmonies of #66EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EEEC

Black with #66EEEC

Text Example


Text Example

White with #66EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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