Shades of Turquoise Blue #64C8DC
Tints of Turquoise Blue #64C8DC
RGB
CMYK
RGB Variations
Color information
#64C8DC (or 0x64C8DC) is known color: Turquoise Blue. HEX triplet: 64, C8 and DC. RGB value is (100,200,220). Sum of RGB (Red+Green+Blue) = 100+200+220=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #64C8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C8DC is #9B3723. Grayscale: #ACACAC. Windows color (decimal): -10172196 or 14469220. OLE color: 14469220.
HSL color Cylindrical-coordinate representation of color #64C8DC: hue angle of 190º 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 #64C8DC is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 200 | 220 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.14 |
| HSL | 190º | 0.63% | 0.63% | - |
| HSV(B) | 190º | 0.55% | 0.86% | - |
| XYZ | 38.83 | 49.19 | 75.16 | - |
| YUV | 172.38 | 154.87 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 200 | 220 | 0.55 | 0.09 | 0 | 0.14 | 190 | 0.63 | 0.63 |
| Hex | 64 | C8 | DC | 37 | 9 | 0 | E | BE | 3F | 3F |
| Octal | 144 | 310 | 334 | 67 | 11 | 0 | 16 | 276 | 77 | 77 |
| Binary | 1100100 | 11001000 | 11011100 | 110111 | 1001 | 0 | 1110 | 10111110 | 111111 | 111111 |
Color Harmonies of #64C8DC
Complementary color
Monochromatic Colors of #64C8DC
Black with #64C8DC
Text Example
Text Example
White with #64C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C8DC; }
p { color: rgb(100,200,220); }
H1.HeaderClassName
{
color: #64C8DC;
}
.AnyTagClassName
{
color: #64C8DC;
}
</style>
background-color css
<style>
a { background-color: #64C8DC; }
a { background-color: rgb(100,200,220); }
div.DivClassName
{
background-color: #64C8DC;
}
.BgClassName
{
background-color: #64C8DC;
}
</style>
border-color css
<style>
span { border-color: #64C8DC; }
span { border-color: rgb(100,200,220); }
td.TdClassName
{
border-color: #64C8DC;
}
.TagClassName
{
border-color: #64C8DC;
}
</style>