Shades of Turquoise Blue #65E4DB
Tints of Turquoise Blue #65E4DB
RGB
CMYK
RGB Variations
Color information
#65E4DB (or 0x65E4DB) is known color: Turquoise Blue. HEX triplet: 65, E4 and DB. RGB value is (101,228,219). Sum of RGB (Red+Green+Blue) = 101+228+219=548 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.43% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4DB is #9A1B24. Grayscale: #BCBCBC. Windows color (decimal): -10099493 or 14410853. OLE color: 14410853.
HSL color Cylindrical-coordinate representation of color #65E4DB: hue angle of 175.75º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E4DB is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 228 | 219 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.11 |
| HSL | 175.75º | 0.7% | 0.65% | - |
| HSV(B) | 175.75º | 0.56% | 0.89% | - |
| XYZ | 45.9 | 63.37 | 76.83 | - |
| YUV | 189 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 228 | 219 | 0.56 | 0 | 0.04 | 0.11 | 175.75 | 0.7 | 0.65 |
| Hex | 65 | E4 | DB | 38 | 0 | 4 | B | B0 | 46 | 41 |
| Octal | 145 | 344 | 333 | 70 | 0 | 4 | 13 | 260 | 106 | 101 |
| Binary | 1100101 | 11100100 | 11011011 | 111000 | 0 | 100 | 1011 | 10110000 | 1000110 | 1000001 |
Color Harmonies of #65E4DB
Complementary color
Monochromatic Colors of #65E4DB
Black with #65E4DB
Text Example
Text Example
White with #65E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65E4DB; }
p { color: rgb(101,228,219); }
H1.HeaderClassName
{
color: #65E4DB;
}
.AnyTagClassName
{
color: #65E4DB;
}
</style>
background-color css
<style>
a { background-color: #65E4DB; }
a { background-color: rgb(101,228,219); }
div.DivClassName
{
background-color: #65E4DB;
}
.BgClassName
{
background-color: #65E4DB;
}
</style>
border-color css
<style>
span { border-color: #65E4DB; }
span { border-color: rgb(101,228,219); }
td.TdClassName
{
border-color: #65E4DB;
}
.TagClassName
{
border-color: #65E4DB;
}
</style>