Shades of Turquoise Blue #64DBEF
Tints of Turquoise Blue #64DBEF
RGB
CMYK
RGB Variations
Color information
#64DBEF (or 0x64DBEF) is known color: Turquoise Blue. HEX triplet: 64, DB and EF. RGB value is (100,219,239). Sum of RGB (Red+Green+Blue) = 100+219+239=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #64DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DBEF is #9B2410. Grayscale: #B9B9B9. Windows color (decimal): -10167313 or 15719268. OLE color: 15719268.
HSL color Cylindrical-coordinate representation of color #64DBEF: hue angle of 188.63º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64DBEF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 219 | 239 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.06 |
| HSL | 188.63º | 0.81% | 0.66% | - |
| HSV(B) | 188.63º | 0.58% | 0.94% | - |
| XYZ | 46.17 | 59.6 | 90.73 | - |
| YUV | 185.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 239 | 0.58 | 0.08 | 0 | 0.06 | 188.63 | 0.81 | 0.66 |
| Hex | 64 | DB | EF | 3A | 8 | 0 | 6 | BD | 51 | 42 |
| Octal | 144 | 333 | 357 | 72 | 10 | 0 | 6 | 275 | 121 | 102 |
| Binary | 1100100 | 11011011 | 11101111 | 111010 | 1000 | 0 | 110 | 10111101 | 1010001 | 1000010 |
Color Harmonies of #64DBEF
Complementary color
Monochromatic Colors of #64DBEF
Black with #64DBEF
Text Example
Text Example
White with #64DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DBEF; }
p { color: rgb(100,219,239); }
H1.HeaderClassName
{
color: #64DBEF;
}
.AnyTagClassName
{
color: #64DBEF;
}
</style>
background-color css
<style>
a { background-color: #64DBEF; }
a { background-color: rgb(100,219,239); }
div.DivClassName
{
background-color: #64DBEF;
}
.BgClassName
{
background-color: #64DBEF;
}
</style>
border-color css
<style>
span { border-color: #64DBEF; }
span { border-color: rgb(100,219,239); }
td.TdClassName
{
border-color: #64DBEF;
}
.TagClassName
{
border-color: #64DBEF;
}
</style>