Html Css Color HEX #66EDDC Turquoise Blue

📋 copy color: '#66EDDC'

red 102 ◦ green 237 ◦ blue 220

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

Shades of Turquoise Blue #66EDDC

Tints of Turquoise Blue #66EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.4%

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 18.25%
G = 42.4%
B = 39.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#66EDDC (or 0x66EDDC) is known color: Turquoise Blue. HEX triplet: 66, ED and DC. RGB value is (102,237,220). Sum of RGB (Red+Green+Blue) = 102+237+220=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDDC is #991223. Grayscale: #C2C2C2. Windows color (decimal): -10031652 or 14478694. OLE color: 14478694.

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

Color convert

RGB 102 237 220 -
CMYK 0.57 0 0.07 0.07
HSL 172.44º 0.79% 0.66% -
HSV(B) 172.44º 0.57% 0.93% -
XYZ 48.68 68.56 78.38 -
YUV 194.7 142.27 61.88 -
System Red Green Blue C M Y K H S L
Decimal 102 237 220 0.57 0 0.07 0.07 172.44 0.79 0.66
Hex 66 ED DC 39 0 7 7 AC 4F 42
Octal 146 355 334 71 0 7 7 254 117 102
Binary 1100110 11101101 11011100 111001 0 111 111 10101100 1001111 1000010

Color Harmonies of #66EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EDDC

Black with #66EDDC

Text Example


Text Example

White with #66EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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