Html Css Color HEX #66EDDD Turquoise Blue

📋 copy color: '#66EDDD'

red 102 ◦ green 237 ◦ blue 221

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

Shades of Turquoise Blue #66EDDD

Tints of Turquoise Blue #66EDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 18.21%
G = 42.32%
B = 39.46%

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

#66EDDD (or 0x66EDDD) is known color: Turquoise Blue. HEX triplet: 66, ED and DD. RGB value is (102,237,221). Sum of RGB (Red+Green+Blue) = 102+237+221=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDDD is #991222. Grayscale: #C2C2C2. Windows color (decimal): -10031651 or 14544230. OLE color: 14544230.

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

Color convert

RGB 102 237 221 -
CMYK 0.57 0 0.07 0.07
HSL 172.89º 0.79% 0.66% -
HSV(B) 172.89º 0.57% 0.93% -
XYZ 48.81 68.61 79.08 -
YUV 194.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 102 237 221 0.57 0 0.07 0.07 172.89 0.79 0.66
Hex 66 ED DD 39 0 7 7 AD 4F 42
Octal 146 355 335 71 0 7 7 255 117 102
Binary 1100110 11101101 11011101 111001 0 111 111 10101101 1001111 1000010

Color Harmonies of #66EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EDDD

Black with #66EDDD

Text Example


Text Example

White with #66EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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