Shades of Turquoise Blue #64DBE9
Tints of Turquoise Blue #64DBE9
RGB
CMYK
RGB Variations
Color information
#64DBE9 (or 0x64DBE9) is known color: Turquoise Blue. HEX triplet: 64, DB and E9. RGB value is (100,219,233). Sum of RGB (Red+Green+Blue) = 100+219+233=552 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.12% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #64DBE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBE9 is #9B2416. Grayscale: #B8B8B8. Windows color (decimal): -10167319 or 15326052. OLE color: 15326052.
HSL color Cylindrical-coordinate representation of color #64DBE9: hue angle of 186.32º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64DBE9 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 219 | 233 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.09 |
| HSL | 186.32º | 0.75% | 0.65% | - |
| HSV(B) | 186.32º | 0.57% | 0.91% | - |
| XYZ | 45.3 | 59.26 | 86.14 | - |
| YUV | 185.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 233 | 0.57 | 0.06 | 0 | 0.09 | 186.32 | 0.75 | 0.65 |
| Hex | 64 | DB | E9 | 39 | 6 | 0 | 9 | BA | 4B | 41 |
| Octal | 144 | 333 | 351 | 71 | 6 | 0 | 11 | 272 | 113 | 101 |
| Binary | 1100100 | 11011011 | 11101001 | 111001 | 110 | 0 | 1001 | 10111010 | 1001011 | 1000001 |
Color Harmonies of #64DBE9
Complementary color
Monochromatic Colors of #64DBE9
Black with #64DBE9
Text Example
Text Example
White with #64DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBE9; }
p { color: rgb(100,219,233); }
H1.HeaderClassName
{
color: #64DBE9;
}
.AnyTagClassName
{
color: #64DBE9;
}
</style>
background-color css
<style>
a { background-color: #64DBE9; }
a { background-color: rgb(100,219,233); }
div.DivClassName
{
background-color: #64DBE9;
}
.BgClassName
{
background-color: #64DBE9;
}
</style>
border-color css
<style>
span { border-color: #64DBE9; }
span { border-color: rgb(100,219,233); }
td.TdClassName
{
border-color: #64DBE9;
}
.TagClassName
{
border-color: #64DBE9;
}
</style>