Shades of Turquoise Blue #64CFDF
Tints of Turquoise Blue #64CFDF
RGB
CMYK
RGB Variations
Color information
#64CFDF (or 0x64CFDF) is known color: Turquoise Blue. HEX triplet: 64, CF and DF. RGB value is (100,207,223). Sum of RGB (Red+Green+Blue) = 100+207+223=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #64CFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFDF is #9B3020. Grayscale: #B0B0B0. Windows color (decimal): -10170401 or 14667620. OLE color: 14667620.
HSL color Cylindrical-coordinate representation of color #64CFDF: hue angle of 187.8º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CFDF is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 207 | 223 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.13 |
| HSL | 187.8º | 0.66% | 0.63% | - |
| HSV(B) | 187.8º | 0.55% | 0.87% | - |
| XYZ | 40.89 | 52.66 | 77.82 | - |
| YUV | 176.83 | 154.05 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 207 | 223 | 0.55 | 0.07 | 0 | 0.13 | 187.8 | 0.66 | 0.63 |
| Hex | 64 | CF | DF | 37 | 7 | 0 | D | BC | 42 | 3F |
| Octal | 144 | 317 | 337 | 67 | 7 | 0 | 15 | 274 | 102 | 77 |
| Binary | 1100100 | 11001111 | 11011111 | 110111 | 111 | 0 | 1101 | 10111100 | 1000010 | 111111 |
Color Harmonies of #64CFDF
Complementary color
Monochromatic Colors of #64CFDF
Black with #64CFDF
Text Example
Text Example
White with #64CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CFDF; }
p { color: rgb(100,207,223); }
H1.HeaderClassName
{
color: #64CFDF;
}
.AnyTagClassName
{
color: #64CFDF;
}
</style>
background-color css
<style>
a { background-color: #64CFDF; }
a { background-color: rgb(100,207,223); }
div.DivClassName
{
background-color: #64CFDF;
}
.BgClassName
{
background-color: #64CFDF;
}
</style>
border-color css
<style>
span { border-color: #64CFDF; }
span { border-color: rgb(100,207,223); }
td.TdClassName
{
border-color: #64CFDF;
}
.TagClassName
{
border-color: #64CFDF;
}
</style>