Shades of Turquoise Blue #64CCD0
Tints of Turquoise Blue #64CCD0
RGB
CMYK
RGB Variations
Color information
#64CCD0 (or 0x64CCD0) is known color: Turquoise Blue. HEX triplet: 64, CC and D0. RGB value is (100,204,208). Sum of RGB (Red+Green+Blue) = 100+204+208=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #64CCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCD0 is #9B332F. Grayscale: #ADADAD. Windows color (decimal): -10171184 or 13683812. OLE color: 13683812.
HSL color Cylindrical-coordinate representation of color #64CCD0: hue angle of 182.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CCD0 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 204 | 208 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.18 |
| HSL | 182.22º | 0.53% | 0.6% | - |
| HSV(B) | 182.22º | 0.52% | 0.82% | - |
| XYZ | 38.23 | 50.45 | 67.4 | - |
| YUV | 173.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 208 | 0.52 | 0.02 | 0 | 0.18 | 182.22 | 0.53 | 0.6 |
| Hex | 64 | CC | D0 | 34 | 2 | 0 | 12 | B6 | 35 | 3C |
| Octal | 144 | 314 | 320 | 64 | 2 | 0 | 22 | 266 | 65 | 74 |
| Binary | 1100100 | 11001100 | 11010000 | 110100 | 10 | 0 | 10010 | 10110110 | 110101 | 111100 |
Color Harmonies of #64CCD0
Complementary color
Monochromatic Colors of #64CCD0
Black with #64CCD0
Text Example
Text Example
White with #64CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCD0; }
p { color: rgb(100,204,208); }
H1.HeaderClassName
{
color: #64CCD0;
}
.AnyTagClassName
{
color: #64CCD0;
}
</style>
background-color css
<style>
a { background-color: #64CCD0; }
a { background-color: rgb(100,204,208); }
div.DivClassName
{
background-color: #64CCD0;
}
.BgClassName
{
background-color: #64CCD0;
}
</style>
border-color css
<style>
span { border-color: #64CCD0; }
span { border-color: rgb(100,204,208); }
td.TdClassName
{
border-color: #64CCD0;
}
.TagClassName
{
border-color: #64CCD0;
}
</style>