Shades of Turquoise #5DECCC
Tints of Turquoise #5DECCC
RGB
CMYK
RGB Variations
Color information
#5DECCC (or 0x5DECCC) is known color: Turquoise. HEX triplet: 5D, EC and CC. RGB value is (93,236,204). Sum of RGB (Red+Green+Blue) = 93+236+204=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECCC is #A21333. Grayscale: #BDBDBD. Windows color (decimal): -10621748 or 13429853. OLE color: 13429853.
HSL color Cylindrical-coordinate representation of color #5DECCC: hue angle of 166.57º 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 #5DECCC is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 204 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.07 |
| HSL | 166.57º | 0.79% | 0.65% | - |
| HSV(B) | 166.57º | 0.61% | 0.93% | - |
| XYZ | 45.41 | 66.68 | 67.6 | - |
| YUV | 189.6 | 136.12 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 204 | 0.61 | 0 | 0.14 | 0.07 | 166.57 | 0.79 | 0.65 |
| Hex | 5D | EC | CC | 3D | 0 | E | 7 | A7 | 4F | 41 |
| Octal | 135 | 354 | 314 | 75 | 0 | 16 | 7 | 247 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11001100 | 111101 | 0 | 1110 | 111 | 10100111 | 1001111 | 1000001 |
Color Harmonies of #5DECCC
Complementary color
Monochromatic Colors of #5DECCC
Black with #5DECCC
Text Example
Text Example
White with #5DECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECCC; }
p { color: rgb(93,236,204); }
H1.HeaderClassName
{
color: #5DECCC;
}
.AnyTagClassName
{
color: #5DECCC;
}
</style>
background-color css
<style>
a { background-color: #5DECCC; }
a { background-color: rgb(93,236,204); }
div.DivClassName
{
background-color: #5DECCC;
}
.BgClassName
{
background-color: #5DECCC;
}
</style>
border-color css
<style>
span { border-color: #5DECCC; }
span { border-color: rgb(93,236,204); }
td.TdClassName
{
border-color: #5DECCC;
}
.TagClassName
{
border-color: #5DECCC;
}
</style>