Shades of Turquoise #5DECCB
Tints of Turquoise #5DECCB
RGB
CMYK
RGB Variations
Color information
#5DECCB (or 0x5DECCB) is known color: Turquoise. HEX triplet: 5D, EC and CB. RGB value is (93,236,203). Sum of RGB (Red+Green+Blue) = 93+236+203=532 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.48% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECCB is #A21334. Grayscale: #BDBDBD. Windows color (decimal): -10621749 or 13364317. OLE color: 13364317.
HSL color Cylindrical-coordinate representation of color #5DECCB: hue angle of 166.15º 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 #5DECCB is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 203 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.15º | 0.79% | 0.65% | - |
| HSV(B) | 166.15º | 0.61% | 0.93% | - |
| XYZ | 45.29 | 66.63 | 66.97 | - |
| YUV | 189.48 | 135.62 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 203 | 0.61 | 0 | 0.14 | 0.07 | 166.15 | 0.79 | 0.65 |
| Hex | 5D | EC | CB | 3D | 0 | E | 7 | A6 | 4F | 41 |
| Octal | 135 | 354 | 313 | 75 | 0 | 16 | 7 | 246 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11001011 | 111101 | 0 | 1110 | 111 | 10100110 | 1001111 | 1000001 |
Color Harmonies of #5DECCB
Complementary color
Monochromatic Colors of #5DECCB
Black with #5DECCB
Text Example
Text Example
White with #5DECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECCB; }
p { color: rgb(93,236,203); }
H1.HeaderClassName
{
color: #5DECCB;
}
.AnyTagClassName
{
color: #5DECCB;
}
</style>
background-color css
<style>
a { background-color: #5DECCB; }
a { background-color: rgb(93,236,203); }
div.DivClassName
{
background-color: #5DECCB;
}
.BgClassName
{
background-color: #5DECCB;
}
</style>
border-color css
<style>
span { border-color: #5DECCB; }
span { border-color: rgb(93,236,203); }
td.TdClassName
{
border-color: #5DECCB;
}
.TagClassName
{
border-color: #5DECCB;
}
</style>