Shades of Turquoise Blue #64CFD5
Tints of Turquoise Blue #64CFD5
RGB
CMYK
RGB Variations
Color information
#64CFD5 (or 0x64CFD5) is known color: Turquoise Blue. HEX triplet: 64, CF and D5. RGB value is (100,207,213). Sum of RGB (Red+Green+Blue) = 100+207+213=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #64CFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFD5 is #9B302A. Grayscale: #AFAFAF. Windows color (decimal): -10170411 or 14012260. OLE color: 14012260.
HSL color Cylindrical-coordinate representation of color #64CFD5: hue angle of 183.19º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64CFD5 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 207 | 213 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.16 |
| HSL | 183.19º | 0.57% | 0.61% | - |
| HSV(B) | 183.19º | 0.53% | 0.84% | - |
| XYZ | 39.58 | 52.14 | 70.93 | - |
| YUV | 175.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 213 | 0.53 | 0.03 | 0 | 0.16 | 183.19 | 0.57 | 0.61 |
| Hex | 64 | CF | D5 | 35 | 3 | 0 | 10 | B7 | 39 | 3D |
| Octal | 144 | 317 | 325 | 65 | 3 | 0 | 20 | 267 | 71 | 75 |
| Binary | 1100100 | 11001111 | 11010101 | 110101 | 11 | 0 | 10000 | 10110111 | 111001 | 111101 |
Color Harmonies of #64CFD5
Complementary color
Monochromatic Colors of #64CFD5
Black with #64CFD5
Text Example
Text Example
White with #64CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFD5; }
p { color: rgb(100,207,213); }
H1.HeaderClassName
{
color: #64CFD5;
}
.AnyTagClassName
{
color: #64CFD5;
}
</style>
background-color css
<style>
a { background-color: #64CFD5; }
a { background-color: rgb(100,207,213); }
div.DivClassName
{
background-color: #64CFD5;
}
.BgClassName
{
background-color: #64CFD5;
}
</style>
border-color css
<style>
span { border-color: #64CFD5; }
span { border-color: rgb(100,207,213); }
td.TdClassName
{
border-color: #64CFD5;
}
.TagClassName
{
border-color: #64CFD5;
}
</style>