Shades of Turquoise Blue #64EFDD
Tints of Turquoise Blue #64EFDD
RGB
CMYK
RGB Variations
Color information
#64EFDD (or 0x64EFDD) is known color: Turquoise Blue. HEX triplet: 64, EF and DD. RGB value is (100,239,221). Sum of RGB (Red+Green+Blue) = 100+239+221=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFDD is #9B1022. Grayscale: #C3C3C3. Windows color (decimal): -10162211 or 14544740. OLE color: 14544740.
HSL color Cylindrical-coordinate representation of color #64EFDD: hue angle of 172.23º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFDD is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 239 | 221 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.06 |
| HSL | 172.23º | 0.81% | 0.66% | - |
| HSV(B) | 172.23º | 0.58% | 0.94% | - |
| XYZ | 49.17 | 69.66 | 79.26 | - |
| YUV | 195.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 239 | 221 | 0.58 | 0 | 0.08 | 0.06 | 172.23 | 0.81 | 0.66 |
| Hex | 64 | EF | DD | 3A | 0 | 8 | 6 | AC | 51 | 42 |
| Octal | 144 | 357 | 335 | 72 | 0 | 10 | 6 | 254 | 121 | 102 |
| Binary | 1100100 | 11101111 | 11011101 | 111010 | 0 | 1000 | 110 | 10101100 | 1010001 | 1000010 |
Color Harmonies of #64EFDD
Complementary color
Monochromatic Colors of #64EFDD
Black with #64EFDD
Text Example
Text Example
White with #64EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64EFDD; }
p { color: rgb(100,239,221); }
H1.HeaderClassName
{
color: #64EFDD;
}
.AnyTagClassName
{
color: #64EFDD;
}
</style>
background-color css
<style>
a { background-color: #64EFDD; }
a { background-color: rgb(100,239,221); }
div.DivClassName
{
background-color: #64EFDD;
}
.BgClassName
{
background-color: #64EFDD;
}
</style>
border-color css
<style>
span { border-color: #64EFDD; }
span { border-color: rgb(100,239,221); }
td.TdClassName
{
border-color: #64EFDD;
}
.TagClassName
{
border-color: #64EFDD;
}
</style>