Shades of Turquoise #5DEAD8
Tints of Turquoise #5DEAD8
RGB
CMYK
RGB Variations
Color information
#5DEAD8 (or 0x5DEAD8) is known color: Turquoise. HEX triplet: 5D, EA and D8. RGB value is (93,234,216). Sum of RGB (Red+Green+Blue) = 93+234+216=543 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.13% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEAD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEAD8 is #A21527. Grayscale: #BDBDBD. Windows color (decimal): -10622248 or 14215773. OLE color: 14215773.
HSL color Cylindrical-coordinate representation of color #5DEAD8: hue angle of 172.34º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEAD8 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 234 | 216 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.08 |
| HSL | 172.34º | 0.77% | 0.64% | - |
| HSV(B) | 172.34º | 0.6% | 0.92% | - |
| XYZ | 46.33 | 66.13 | 75.29 | - |
| YUV | 189.79 | 142.79 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 234 | 216 | 0.60 | 0 | 0.08 | 0.08 | 172.34 | 0.77 | 0.64 |
| Hex | 5D | EA | D8 | 3C | 0 | 8 | 8 | AC | 4D | 40 |
| Octal | 135 | 352 | 330 | 74 | 0 | 10 | 10 | 254 | 115 | 100 |
| Binary | 1011101 | 11101010 | 11011000 | 111100 | 0 | 1000 | 1000 | 10101100 | 1001101 | 1000000 |
Color Harmonies of #5DEAD8
Complementary color
Monochromatic Colors of #5DEAD8
Black with #5DEAD8
Text Example
Text Example
White with #5DEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEAD8; }
p { color: rgb(93,234,216); }
H1.HeaderClassName
{
color: #5DEAD8;
}
.AnyTagClassName
{
color: #5DEAD8;
}
</style>
background-color css
<style>
a { background-color: #5DEAD8; }
a { background-color: rgb(93,234,216); }
div.DivClassName
{
background-color: #5DEAD8;
}
.BgClassName
{
background-color: #5DEAD8;
}
</style>
border-color css
<style>
span { border-color: #5DEAD8; }
span { border-color: rgb(93,234,216); }
td.TdClassName
{
border-color: #5DEAD8;
}
.TagClassName
{
border-color: #5DEAD8;
}
</style>