Html Css Color HEX #66DCEC Turquoise Blue

📋 copy color: '#66DCEC'

red 102 ◦ green 220 ◦ blue 236

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

Shades of Turquoise Blue #66DCEC

Tints of Turquoise Blue #66DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

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

R = 18.28%
G = 39.43%
B = 42.29%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#66DCEC (or 0x66DCEC) is known color: Turquoise Blue. HEX triplet: 66, DC and EC. RGB value is (102,220,236). Sum of RGB (Red+Green+Blue) = 102+220+236=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #66DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DCEC is #992313. Grayscale: #BABABA. Windows color (decimal): -10035988 or 15522918. OLE color: 15522918.

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

Color convert

RGB 102 220 236 -
CMYK 0.57 0.07 0 0.07
HSL 187.16º 0.78% 0.66% -
HSV(B) 187.16º 0.57% 0.93% -
XYZ 46.21 60.07 88.52 -
YUV 186.54 155.91 67.7 -
System Red Green Blue C M Y K H S L
Decimal 102 220 236 0.57 0.07 0 0.07 187.16 0.78 0.66
Hex 66 DC EC 39 7 0 7 BB 4E 42
Octal 146 334 354 71 7 0 7 273 116 102
Binary 1100110 11011100 11101100 111001 111 0 111 10111011 1001110 1000010

Color Harmonies of #66DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCEC

Black with #66DCEC

Text Example


Text Example

White with #66DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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