Shades of Turquoise Blue #64DBED
Tints of Turquoise Blue #64DBED
RGB
CMYK
RGB Variations
Color information
#64DBED (or 0x64DBED) is known color: Turquoise Blue. HEX triplet: 64, DB and ED. RGB value is (100,219,237). Sum of RGB (Red+Green+Blue) = 100+219+237=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #64DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBED is #9B2412. Grayscale: #B9B9B9. Windows color (decimal): -10167315 or 15588196. OLE color: 15588196.
HSL color Cylindrical-coordinate representation of color #64DBED: hue angle of 187.88º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64DBED is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 219 | 237 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.07 |
| HSL | 187.88º | 0.79% | 0.66% | - |
| HSV(B) | 187.88º | 0.58% | 0.93% | - |
| XYZ | 45.87 | 59.49 | 89.19 | - |
| YUV | 185.47 | 157.08 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 237 | 0.58 | 0.08 | 0 | 0.07 | 187.88 | 0.79 | 0.66 |
| Hex | 64 | DB | ED | 3A | 8 | 0 | 7 | BC | 4F | 42 |
| Octal | 144 | 333 | 355 | 72 | 10 | 0 | 7 | 274 | 117 | 102 |
| Binary | 1100100 | 11011011 | 11101101 | 111010 | 1000 | 0 | 111 | 10111100 | 1001111 | 1000010 |
Color Harmonies of #64DBED
Complementary color
Monochromatic Colors of #64DBED
Black with #64DBED
Text Example
Text Example
White with #64DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBED; }
p { color: rgb(100,219,237); }
H1.HeaderClassName
{
color: #64DBED;
}
.AnyTagClassName
{
color: #64DBED;
}
</style>
background-color css
<style>
a { background-color: #64DBED; }
a { background-color: rgb(100,219,237); }
div.DivClassName
{
background-color: #64DBED;
}
.BgClassName
{
background-color: #64DBED;
}
</style>
border-color css
<style>
span { border-color: #64DBED; }
span { border-color: rgb(100,219,237); }
td.TdClassName
{
border-color: #64DBED;
}
.TagClassName
{
border-color: #64DBED;
}
</style>