Shades of Turquoise Blue #64EEDC
Tints of Turquoise Blue #64EEDC
RGB
CMYK
RGB Variations
Color information
#64EEDC (or 0x64EEDC) is known color: Turquoise Blue. HEX triplet: 64, EE and DC. RGB value is (100,238,220). Sum of RGB (Red+Green+Blue) = 100+238+220=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #64EEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EEDC is #9B1123. Grayscale: #C2C2C2. Windows color (decimal): -10162468 or 14478948. OLE color: 14478948.
HSL color Cylindrical-coordinate representation of color #64EEDC: hue angle of 172.17º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EEDC is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 238 | 220 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.07 |
| HSL | 172.17º | 0.8% | 0.66% | - |
| HSV(B) | 172.17º | 0.58% | 0.93% | - |
| XYZ | 48.75 | 69.03 | 78.46 | - |
| YUV | 194.69 | 142.28 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 238 | 220 | 0.58 | 0 | 0.08 | 0.07 | 172.17 | 0.8 | 0.66 |
| Hex | 64 | EE | DC | 3A | 0 | 8 | 7 | AC | 50 | 42 |
| Octal | 144 | 356 | 334 | 72 | 0 | 10 | 7 | 254 | 120 | 102 |
| Binary | 1100100 | 11101110 | 11011100 | 111010 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000010 |
Color Harmonies of #64EEDC
Complementary color
Monochromatic Colors of #64EEDC
Black with #64EEDC
Text Example
Text Example
White with #64EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EEDC; }
p { color: rgb(100,238,220); }
H1.HeaderClassName
{
color: #64EEDC;
}
.AnyTagClassName
{
color: #64EEDC;
}
</style>
background-color css
<style>
a { background-color: #64EEDC; }
a { background-color: rgb(100,238,220); }
div.DivClassName
{
background-color: #64EEDC;
}
.BgClassName
{
background-color: #64EEDC;
}
</style>
border-color css
<style>
span { border-color: #64EEDC; }
span { border-color: rgb(100,238,220); }
td.TdClassName
{
border-color: #64EEDC;
}
.TagClassName
{
border-color: #64EEDC;
}
</style>