Shades of Turquoise Blue #5DECDF
Tints of Turquoise Blue #5DECDF
RGB
CMYK
RGB Variations
Color information
#5DECDF (or 0x5DECDF) is known color: Turquoise Blue. HEX triplet: 5D, EC and DF. RGB value is (93,236,223). Sum of RGB (Red+Green+Blue) = 93+236+223=552 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.85% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECDF is #A21320. Grayscale: #BFBFBF. Windows color (decimal): -10621729 or 14675037. OLE color: 14675037.
HSL color Cylindrical-coordinate representation of color #5DECDF: hue angle of 174.55º 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 #5DECDF is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 223 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.07 |
| HSL | 174.55º | 0.79% | 0.65% | - |
| HSV(B) | 174.55º | 0.61% | 0.93% | - |
| XYZ | 47.83 | 67.65 | 80.35 | - |
| YUV | 191.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 223 | 0.61 | 0 | 0.06 | 0.07 | 174.55 | 0.79 | 0.65 |
| Hex | 5D | EC | DF | 3D | 0 | 6 | 7 | AF | 4F | 41 |
| Octal | 135 | 354 | 337 | 75 | 0 | 6 | 7 | 257 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11011111 | 111101 | 0 | 110 | 111 | 10101111 | 1001111 | 1000001 |
Color Harmonies of #5DECDF
Complementary color
Monochromatic Colors of #5DECDF
Black with #5DECDF
Text Example
Text Example
White with #5DECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECDF; }
p { color: rgb(93,236,223); }
H1.HeaderClassName
{
color: #5DECDF;
}
.AnyTagClassName
{
color: #5DECDF;
}
</style>
background-color css
<style>
a { background-color: #5DECDF; }
a { background-color: rgb(93,236,223); }
div.DivClassName
{
background-color: #5DECDF;
}
.BgClassName
{
background-color: #5DECDF;
}
</style>
border-color css
<style>
span { border-color: #5DECDF; }
span { border-color: rgb(93,236,223); }
td.TdClassName
{
border-color: #5DECDF;
}
.TagClassName
{
border-color: #5DECDF;
}
</style>