Shades of Turquoise Blue #64CEDF
Tints of Turquoise Blue #64CEDF
RGB
CMYK
RGB Variations
Color information
#64CEDF (or 0x64CEDF) is known color: Turquoise Blue. HEX triplet: 64, CE and DF. RGB value is (100,206,223). Sum of RGB (Red+Green+Blue) = 100+206+223=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #64CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CEDF is #9B3120. Grayscale: #B0B0B0. Windows color (decimal): -10170657 or 14667364. OLE color: 14667364.
HSL color Cylindrical-coordinate representation of color #64CEDF: hue angle of 188.29º 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 #64CEDF is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 206 | 223 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.13 |
| HSL | 188.29º | 0.66% | 0.63% | - |
| HSV(B) | 188.29º | 0.55% | 0.87% | - |
| XYZ | 40.65 | 52.18 | 77.74 | - |
| YUV | 176.24 | 154.38 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 223 | 0.55 | 0.08 | 0 | 0.13 | 188.29 | 0.66 | 0.63 |
| Hex | 64 | CE | DF | 37 | 8 | 0 | D | BC | 42 | 3F |
| Octal | 144 | 316 | 337 | 67 | 10 | 0 | 15 | 274 | 102 | 77 |
| Binary | 1100100 | 11001110 | 11011111 | 110111 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111111 |
Color Harmonies of #64CEDF
Complementary color
Monochromatic Colors of #64CEDF
Black with #64CEDF
Text Example
Text Example
White with #64CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CEDF; }
p { color: rgb(100,206,223); }
H1.HeaderClassName
{
color: #64CEDF;
}
.AnyTagClassName
{
color: #64CEDF;
}
</style>
background-color css
<style>
a { background-color: #64CEDF; }
a { background-color: rgb(100,206,223); }
div.DivClassName
{
background-color: #64CEDF;
}
.BgClassName
{
background-color: #64CEDF;
}
</style>
border-color css
<style>
span { border-color: #64CEDF; }
span { border-color: rgb(100,206,223); }
td.TdClassName
{
border-color: #64CEDF;
}
.TagClassName
{
border-color: #64CEDF;
}
</style>