Shades of Turquoise Blue #64CCDC
Tints of Turquoise Blue #64CCDC
RGB
CMYK
RGB Variations
Color information
#64CCDC (or 0x64CCDC) is known color: Turquoise Blue. HEX triplet: 64, CC and DC. RGB value is (100,204,220). Sum of RGB (Red+Green+Blue) = 100+204+220=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #64CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCDC is #9B3323. Grayscale: #AEAEAE. Windows color (decimal): -10171172 or 14470244. OLE color: 14470244.
HSL color Cylindrical-coordinate representation of color #64CCDC: hue angle of 188º 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 #64CCDC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 204 | 220 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.14 |
| HSL | 188º | 0.63% | 0.63% | - |
| HSV(B) | 188º | 0.55% | 0.86% | - |
| XYZ | 39.77 | 51.06 | 75.47 | - |
| YUV | 174.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 220 | 0.55 | 0.07 | 0 | 0.14 | 188 | 0.63 | 0.63 |
| Hex | 64 | CC | DC | 37 | 7 | 0 | E | BC | 3F | 3F |
| Octal | 144 | 314 | 334 | 67 | 7 | 0 | 16 | 274 | 77 | 77 |
| Binary | 1100100 | 11001100 | 11011100 | 110111 | 111 | 0 | 1110 | 10111100 | 111111 | 111111 |
Color Harmonies of #64CCDC
Complementary color
Monochromatic Colors of #64CCDC
Black with #64CCDC
Text Example
Text Example
White with #64CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCDC; }
p { color: rgb(100,204,220); }
H1.HeaderClassName
{
color: #64CCDC;
}
.AnyTagClassName
{
color: #64CCDC;
}
</style>
background-color css
<style>
a { background-color: #64CCDC; }
a { background-color: rgb(100,204,220); }
div.DivClassName
{
background-color: #64CCDC;
}
.BgClassName
{
background-color: #64CCDC;
}
</style>
border-color css
<style>
span { border-color: #64CCDC; }
span { border-color: rgb(100,204,220); }
td.TdClassName
{
border-color: #64CCDC;
}
.TagClassName
{
border-color: #64CCDC;
}
</style>