Shades of Turquoise #5DEFD5
Tints of Turquoise #5DEFD5
RGB
CMYK
RGB Variations
Color information
#5DEFD5 (or 0x5DEFD5) is known color: Turquoise. HEX triplet: 5D, EF and D5. RGB value is (93,239,213). Sum of RGB (Red+Green+Blue) = 93+239+213=545 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.06% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEFD5 is #A2102A. Grayscale: #C0C0C0. Windows color (decimal): -10620971 or 14020445. OLE color: 14020445.
HSL color Cylindrical-coordinate representation of color #5DEFD5: hue angle of 169.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFD5 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 239 | 213 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.06 |
| HSL | 169.32º | 0.82% | 0.65% | - |
| HSV(B) | 169.32º | 0.61% | 0.94% | - |
| XYZ | 47.39 | 68.86 | 73.75 | - |
| YUV | 192.38 | 139.63 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 239 | 213 | 0.61 | 0 | 0.11 | 0.06 | 169.32 | 0.82 | 0.65 |
| Hex | 5D | EF | D5 | 3D | 0 | B | 6 | A9 | 52 | 41 |
| Octal | 135 | 357 | 325 | 75 | 0 | 13 | 6 | 251 | 122 | 101 |
| Binary | 1011101 | 11101111 | 11010101 | 111101 | 0 | 1011 | 110 | 10101001 | 1010010 | 1000001 |
Color Harmonies of #5DEFD5
Complementary color
Monochromatic Colors of #5DEFD5
Black with #5DEFD5
Text Example
Text Example
White with #5DEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DEFD5; }
p { color: rgb(93,239,213); }
H1.HeaderClassName
{
color: #5DEFD5;
}
.AnyTagClassName
{
color: #5DEFD5;
}
</style>
background-color css
<style>
a { background-color: #5DEFD5; }
a { background-color: rgb(93,239,213); }
div.DivClassName
{
background-color: #5DEFD5;
}
.BgClassName
{
background-color: #5DEFD5;
}
</style>
border-color css
<style>
span { border-color: #5DEFD5; }
span { border-color: rgb(93,239,213); }
td.TdClassName
{
border-color: #5DEFD5;
}
.TagClassName
{
border-color: #5DEFD5;
}
</style>