Shades of Turquoise Blue #65ECDB
Tints of Turquoise Blue #65ECDB
RGB
CMYK
RGB Variations
Color information
#65ECDB (or 0x65ECDB) is known color: Turquoise Blue. HEX triplet: 65, EC and DB. RGB value is (101,236,219). Sum of RGB (Red+Green+Blue) = 101+236+219=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #65ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65ECDB is #9A1324. Grayscale: #C1C1C1. Windows color (decimal): -10097445 or 14412901. OLE color: 14412901.
HSL color Cylindrical-coordinate representation of color #65ECDB: hue angle of 172.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ECDB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 236 | 219 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.07 |
| HSL | 172.44º | 0.78% | 0.66% | - |
| HSV(B) | 172.44º | 0.57% | 0.93% | - |
| XYZ | 48.15 | 67.87 | 77.58 | - |
| YUV | 193.7 | 142.27 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 236 | 219 | 0.57 | 0 | 0.07 | 0.07 | 172.44 | 0.78 | 0.66 |
| Hex | 65 | EC | DB | 39 | 0 | 7 | 7 | AC | 4E | 42 |
| Octal | 145 | 354 | 333 | 71 | 0 | 7 | 7 | 254 | 116 | 102 |
| Binary | 1100101 | 11101100 | 11011011 | 111001 | 0 | 111 | 111 | 10101100 | 1001110 | 1000010 |
Color Harmonies of #65ECDB
Complementary color
Monochromatic Colors of #65ECDB
Black with #65ECDB
Text Example
Text Example
White with #65ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ECDB; }
p { color: rgb(101,236,219); }
H1.HeaderClassName
{
color: #65ECDB;
}
.AnyTagClassName
{
color: #65ECDB;
}
</style>
background-color css
<style>
a { background-color: #65ECDB; }
a { background-color: rgb(101,236,219); }
div.DivClassName
{
background-color: #65ECDB;
}
.BgClassName
{
background-color: #65ECDB;
}
</style>
border-color css
<style>
span { border-color: #65ECDB; }
span { border-color: rgb(101,236,219); }
td.TdClassName
{
border-color: #65ECDB;
}
.TagClassName
{
border-color: #65ECDB;
}
</style>