Shades of Turquoise Blue #64DBE1
Tints of Turquoise Blue #64DBE1
RGB
CMYK
RGB Variations
Color information
#64DBE1 (or 0x64DBE1) is known color: Turquoise Blue. HEX triplet: 64, DB and E1. RGB value is (100,219,225). Sum of RGB (Red+Green+Blue) = 100+219+225=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #64DBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBE1 is #9B241E. Grayscale: #B7B7B7. Windows color (decimal): -10167327 or 14801764. OLE color: 14801764.
HSL color Cylindrical-coordinate representation of color #64DBE1: hue angle of 182.88º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64DBE1 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 219 | 225 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.12 |
| HSL | 182.88º | 0.68% | 0.64% | - |
| HSV(B) | 182.88º | 0.56% | 0.88% | - |
| XYZ | 44.18 | 58.81 | 80.26 | - |
| YUV | 184.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 225 | 0.56 | 0.03 | 0 | 0.12 | 182.88 | 0.68 | 0.64 |
| Hex | 64 | DB | E1 | 38 | 3 | 0 | C | B7 | 44 | 40 |
| Octal | 144 | 333 | 341 | 70 | 3 | 0 | 14 | 267 | 104 | 100 |
| Binary | 1100100 | 11011011 | 11100001 | 111000 | 11 | 0 | 1100 | 10110111 | 1000100 | 1000000 |
Color Harmonies of #64DBE1
Complementary color
Monochromatic Colors of #64DBE1
Black with #64DBE1
Text Example
Text Example
White with #64DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBE1; }
p { color: rgb(100,219,225); }
H1.HeaderClassName
{
color: #64DBE1;
}
.AnyTagClassName
{
color: #64DBE1;
}
</style>
background-color css
<style>
a { background-color: #64DBE1; }
a { background-color: rgb(100,219,225); }
div.DivClassName
{
background-color: #64DBE1;
}
.BgClassName
{
background-color: #64DBE1;
}
</style>
border-color css
<style>
span { border-color: #64DBE1; }
span { border-color: rgb(100,219,225); }
td.TdClassName
{
border-color: #64DBE1;
}
.TagClassName
{
border-color: #64DBE1;
}
</style>