Shades of Turquoise Blue #64DEDD
Tints of Turquoise Blue #64DEDD
RGB
CMYK
RGB Variations
Color information
#64DEDD (or 0x64DEDD) is known color: Turquoise Blue. HEX triplet: 64, DE and DD. RGB value is (100,222,221). Sum of RGB (Red+Green+Blue) = 100+222+221=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DEDD is #9B2122. Grayscale: #B9B9B9. Windows color (decimal): -10166563 or 14540388. OLE color: 14540388.
HSL color Cylindrical-coordinate representation of color #64DEDD: hue angle of 179.51º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DEDD is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 221 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.13 |
| HSL | 179.51º | 0.65% | 0.63% | - |
| HSV(B) | 179.51º | 0.55% | 0.87% | - |
| XYZ | 44.43 | 60.17 | 77.68 | - |
| YUV | 185.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 221 | 0.55 | 0 | 0.00 | 0.13 | 179.51 | 0.65 | 0.63 |
| Hex | 64 | DE | DD | 37 | 0 | 0 | D | B4 | 41 | 3F |
| Octal | 144 | 336 | 335 | 67 | 0 | 0 | 15 | 264 | 101 | 77 |
| Binary | 1100100 | 11011110 | 11011101 | 110111 | 0 | 0 | 1101 | 10110100 | 1000001 | 111111 |
Color Harmonies of #64DEDD
Complementary color
Monochromatic Colors of #64DEDD
Black with #64DEDD
Text Example
Text Example
White with #64DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DEDD; }
p { color: rgb(100,222,221); }
H1.HeaderClassName
{
color: #64DEDD;
}
.AnyTagClassName
{
color: #64DEDD;
}
</style>
background-color css
<style>
a { background-color: #64DEDD; }
a { background-color: rgb(100,222,221); }
div.DivClassName
{
background-color: #64DEDD;
}
.BgClassName
{
background-color: #64DEDD;
}
</style>
border-color css
<style>
span { border-color: #64DEDD; }
span { border-color: rgb(100,222,221); }
td.TdClassName
{
border-color: #64DEDD;
}
.TagClassName
{
border-color: #64DEDD;
}
</style>