Shades of Turquoise Blue #64DBEE
Tints of Turquoise Blue #64DBEE
RGB
CMYK
RGB Variations
Color information
#64DBEE (or 0x64DBEE) is known color: Turquoise Blue. HEX triplet: 64, DB and EE. RGB value is (100,219,238). Sum of RGB (Red+Green+Blue) = 100+219+238=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #64DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBEE is #9B2411. Grayscale: #B9B9B9. Windows color (decimal): -10167314 or 15653732. OLE color: 15653732.
HSL color Cylindrical-coordinate representation of color #64DBEE: hue angle of 188.26º degrees, saturation: 0.8, 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 #64DBEE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 219 | 238 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.07 |
| HSL | 188.26º | 0.8% | 0.66% | - |
| HSV(B) | 188.26º | 0.58% | 0.93% | - |
| XYZ | 46.02 | 59.55 | 89.96 | - |
| YUV | 185.59 | 157.58 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 238 | 0.58 | 0.08 | 0 | 0.07 | 188.26 | 0.8 | 0.66 |
| Hex | 64 | DB | EE | 3A | 8 | 0 | 7 | BC | 50 | 42 |
| Octal | 144 | 333 | 356 | 72 | 10 | 0 | 7 | 274 | 120 | 102 |
| Binary | 1100100 | 11011011 | 11101110 | 111010 | 1000 | 0 | 111 | 10111100 | 1010000 | 1000010 |
Color Harmonies of #64DBEE
Complementary color
Monochromatic Colors of #64DBEE
Black with #64DBEE
Text Example
Text Example
White with #64DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBEE; }
p { color: rgb(100,219,238); }
H1.HeaderClassName
{
color: #64DBEE;
}
.AnyTagClassName
{
color: #64DBEE;
}
</style>
background-color css
<style>
a { background-color: #64DBEE; }
a { background-color: rgb(100,219,238); }
div.DivClassName
{
background-color: #64DBEE;
}
.BgClassName
{
background-color: #64DBEE;
}
</style>
border-color css
<style>
span { border-color: #64DBEE; }
span { border-color: rgb(100,219,238); }
td.TdClassName
{
border-color: #64DBEE;
}
.TagClassName
{
border-color: #64DBEE;
}
</style>