Shades of Turquoise Blue #64DCD8
Tints of Turquoise Blue #64DCD8
RGB
CMYK
RGB Variations
Color information
#64DCD8 (or 0x64DCD8) is known color: Turquoise Blue. HEX triplet: 64, DC and D8. RGB value is (100,220,216). Sum of RGB (Red+Green+Blue) = 100+220+216=536 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.66% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCD8 is #9B2327. Grayscale: #B7B7B7. Windows color (decimal): -10167080 or 14212196. OLE color: 14212196.
HSL color Cylindrical-coordinate representation of color #64DCD8: hue angle of 178º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCD8 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 216 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.14 |
| HSL | 178º | 0.63% | 0.63% | - |
| HSV(B) | 178º | 0.55% | 0.86% | - |
| XYZ | 43.24 | 58.85 | 74.05 | - |
| YUV | 183.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 216 | 0.55 | 0 | 0.02 | 0.14 | 178 | 0.63 | 0.63 |
| Hex | 64 | DC | D8 | 37 | 0 | 2 | E | B2 | 3F | 3F |
| Octal | 144 | 334 | 330 | 67 | 0 | 2 | 16 | 262 | 77 | 77 |
| Binary | 1100100 | 11011100 | 11011000 | 110111 | 0 | 10 | 1110 | 10110010 | 111111 | 111111 |
Color Harmonies of #64DCD8
Complementary color
Monochromatic Colors of #64DCD8
Black with #64DCD8
Text Example
Text Example
White with #64DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DCD8; }
p { color: rgb(100,220,216); }
H1.HeaderClassName
{
color: #64DCD8;
}
.AnyTagClassName
{
color: #64DCD8;
}
</style>
background-color css
<style>
a { background-color: #64DCD8; }
a { background-color: rgb(100,220,216); }
div.DivClassName
{
background-color: #64DCD8;
}
.BgClassName
{
background-color: #64DCD8;
}
</style>
border-color css
<style>
span { border-color: #64DCD8; }
span { border-color: rgb(100,220,216); }
td.TdClassName
{
border-color: #64DCD8;
}
.TagClassName
{
border-color: #64DCD8;
}
</style>