Shades of Turquoise Blue #5DECDB
Tints of Turquoise Blue #5DECDB
RGB
CMYK
RGB Variations
Color information
#5DECDB (or 0x5DECDB) is known color: Turquoise Blue. HEX triplet: 5D, EC and DB. RGB value is (93,236,219). Sum of RGB (Red+Green+Blue) = 93+236+219=548 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.97% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECDB is #A21324. Grayscale: #BFBFBF. Windows color (decimal): -10621733 or 14412893. OLE color: 14412893.
HSL color Cylindrical-coordinate representation of color #5DECDB: hue angle of 172.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECDB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 219 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.07 |
| HSL | 172.87º | 0.79% | 0.65% | - |
| HSV(B) | 172.87º | 0.61% | 0.93% | - |
| XYZ | 47.3 | 67.43 | 77.54 | - |
| YUV | 191.31 | 143.62 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 219 | 0.61 | 0 | 0.07 | 0.07 | 172.87 | 0.79 | 0.65 |
| Hex | 5D | EC | DB | 3D | 0 | 7 | 7 | AD | 4F | 41 |
| Octal | 135 | 354 | 333 | 75 | 0 | 7 | 7 | 255 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11011011 | 111101 | 0 | 111 | 111 | 10101101 | 1001111 | 1000001 |
Color Harmonies of #5DECDB
Complementary color
Monochromatic Colors of #5DECDB
Black with #5DECDB
Text Example
Text Example
White with #5DECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECDB; }
p { color: rgb(93,236,219); }
H1.HeaderClassName
{
color: #5DECDB;
}
.AnyTagClassName
{
color: #5DECDB;
}
</style>
background-color css
<style>
a { background-color: #5DECDB; }
a { background-color: rgb(93,236,219); }
div.DivClassName
{
background-color: #5DECDB;
}
.BgClassName
{
background-color: #5DECDB;
}
</style>
border-color css
<style>
span { border-color: #5DECDB; }
span { border-color: rgb(93,236,219); }
td.TdClassName
{
border-color: #5DECDB;
}
.TagClassName
{
border-color: #5DECDB;
}
</style>