Shades of Turquoise Blue #64CEDB
Tints of Turquoise Blue #64CEDB
RGB
CMYK
RGB Variations
Color information
#64CEDB (or 0x64CEDB) is known color: Turquoise Blue. HEX triplet: 64, CE and DB. RGB value is (100,206,219). Sum of RGB (Red+Green+Blue) = 100+206+219=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #64CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CEDB is #9B3124. Grayscale: #AFAFAF. Windows color (decimal): -10170661 or 14405220. OLE color: 14405220.
HSL color Cylindrical-coordinate representation of color #64CEDB: hue angle of 186.55º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64CEDB is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 206 | 219 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.14 |
| HSL | 186.55º | 0.62% | 0.63% | - |
| HSV(B) | 186.55º | 0.54% | 0.86% | - |
| XYZ | 40.11 | 51.97 | 74.93 | - |
| YUV | 175.79 | 152.38 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 219 | 0.54 | 0.06 | 0 | 0.14 | 186.55 | 0.62 | 0.63 |
| Hex | 64 | CE | DB | 36 | 6 | 0 | E | BB | 3E | 3F |
| Octal | 144 | 316 | 333 | 66 | 6 | 0 | 16 | 273 | 76 | 77 |
| Binary | 1100100 | 11001110 | 11011011 | 110110 | 110 | 0 | 1110 | 10111011 | 111110 | 111111 |
Color Harmonies of #64CEDB
Complementary color
Monochromatic Colors of #64CEDB
Black with #64CEDB
Text Example
Text Example
White with #64CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CEDB; }
p { color: rgb(100,206,219); }
H1.HeaderClassName
{
color: #64CEDB;
}
.AnyTagClassName
{
color: #64CEDB;
}
</style>
background-color css
<style>
a { background-color: #64CEDB; }
a { background-color: rgb(100,206,219); }
div.DivClassName
{
background-color: #64CEDB;
}
.BgClassName
{
background-color: #64CEDB;
}
</style>
border-color css
<style>
span { border-color: #64CEDB; }
span { border-color: rgb(100,206,219); }
td.TdClassName
{
border-color: #64CEDB;
}
.TagClassName
{
border-color: #64CEDB;
}
</style>