Shades of Turquoise Blue #5DECDD
Tints of Turquoise Blue #5DECDD
RGB
CMYK
RGB Variations
Color information
#5DECDD (or 0x5DECDD) is known color: Turquoise Blue. HEX triplet: 5D, EC and DD. RGB value is (93,236,221). Sum of RGB (Red+Green+Blue) = 93+236+221=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECDD is #A21322. Grayscale: #BFBFBF. Windows color (decimal): -10621731 or 14543965. OLE color: 14543965.
HSL color Cylindrical-coordinate representation of color #5DECDD: hue angle of 173.71º 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 #5DECDD is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 221 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.07 |
| HSL | 173.71º | 0.79% | 0.65% | - |
| HSV(B) | 173.71º | 0.61% | 0.93% | - |
| XYZ | 47.56 | 67.54 | 78.94 | - |
| YUV | 191.53 | 144.62 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 221 | 0.61 | 0 | 0.06 | 0.07 | 173.71 | 0.79 | 0.65 |
| Hex | 5D | EC | DD | 3D | 0 | 6 | 7 | AE | 4F | 41 |
| Octal | 135 | 354 | 335 | 75 | 0 | 6 | 7 | 256 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11011101 | 111101 | 0 | 110 | 111 | 10101110 | 1001111 | 1000001 |
Color Harmonies of #5DECDD
Complementary color
Monochromatic Colors of #5DECDD
Black with #5DECDD
Text Example
Text Example
White with #5DECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECDD; }
p { color: rgb(93,236,221); }
H1.HeaderClassName
{
color: #5DECDD;
}
.AnyTagClassName
{
color: #5DECDD;
}
</style>
background-color css
<style>
a { background-color: #5DECDD; }
a { background-color: rgb(93,236,221); }
div.DivClassName
{
background-color: #5DECDD;
}
.BgClassName
{
background-color: #5DECDD;
}
</style>
border-color css
<style>
span { border-color: #5DECDD; }
span { border-color: rgb(93,236,221); }
td.TdClassName
{
border-color: #5DECDD;
}
.TagClassName
{
border-color: #5DECDD;
}
</style>