Shades of Turquoise #5DECD2
Tints of Turquoise #5DECD2
RGB
CMYK
RGB Variations
Color information
#5DECD2 (or 0x5DECD2) is known color: Turquoise. HEX triplet: 5D, EC and D2. RGB value is (93,236,210). Sum of RGB (Red+Green+Blue) = 93+236+210=539 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.25% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECD2 is #A2132D. Grayscale: #BEBEBE. Windows color (decimal): -10621742 or 13823069. OLE color: 13823069.
HSL color Cylindrical-coordinate representation of color #5DECD2: hue angle of 169.09º 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 #5DECD2 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 93 | 236 | 210 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.07 |
| HSL | 169.09º | 0.79% | 0.65% | - |
| HSV(B) | 169.09º | 0.61% | 0.93% | - |
| XYZ | 46.14 | 66.97 | 71.47 | - |
| YUV | 190.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 236 | 210 | 0.61 | 0 | 0.11 | 0.07 | 169.09 | 0.79 | 0.65 |
| Hex | 5D | EC | D2 | 3D | 0 | B | 7 | A9 | 4F | 41 |
| Octal | 135 | 354 | 322 | 75 | 0 | 13 | 7 | 251 | 117 | 101 |
| Binary | 1011101 | 11101100 | 11010010 | 111101 | 0 | 1011 | 111 | 10101001 | 1001111 | 1000001 |
Color Harmonies of #5DECD2
Complementary color
Monochromatic Colors of #5DECD2
Black with #5DECD2
Text Example
Text Example
White with #5DECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DECD2; }
p { color: rgb(93,236,210); }
H1.HeaderClassName
{
color: #5DECD2;
}
.AnyTagClassName
{
color: #5DECD2;
}
</style>
background-color css
<style>
a { background-color: #5DECD2; }
a { background-color: rgb(93,236,210); }
div.DivClassName
{
background-color: #5DECD2;
}
.BgClassName
{
background-color: #5DECD2;
}
</style>
border-color css
<style>
span { border-color: #5DECD2; }
span { border-color: rgb(93,236,210); }
td.TdClassName
{
border-color: #5DECD2;
}
.TagClassName
{
border-color: #5DECD2;
}
</style>