Shades of Turquoise #5DF1D7
Tints of Turquoise #5DF1D7
RGB
CMYK
RGB Variations
Color information
#5DF1D7 (or 0x5DF1D7) is known color: Turquoise. HEX triplet: 5D, F1 and D7. RGB value is (93,241,215). Sum of RGB (Red+Green+Blue) = 93+241+215=549 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.94% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1D7 is #A20E28. Grayscale: #C1C1C1. Windows color (decimal): -10620457 or 14152029. OLE color: 14152029.
HSL color Cylindrical-coordinate representation of color #5DF1D7: hue angle of 169.46º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DF1D7 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 215 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.05 |
| HSL | 169.46º | 0.84% | 0.65% | - |
| HSV(B) | 169.46º | 0.61% | 0.95% | - |
| XYZ | 48.24 | 70.14 | 75.29 | - |
| YUV | 193.78 | 139.97 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 215 | 0.61 | 0 | 0.11 | 0.05 | 169.46 | 0.84 | 0.65 |
| Hex | 5D | F1 | D7 | 3D | 0 | B | 5 | A9 | 54 | 41 |
| Octal | 135 | 361 | 327 | 75 | 0 | 13 | 5 | 251 | 124 | 101 |
| Binary | 1011101 | 11110001 | 11010111 | 111101 | 0 | 1011 | 101 | 10101001 | 1010100 | 1000001 |
Color Harmonies of #5DF1D7
Complementary color
Monochromatic Colors of #5DF1D7
Black with #5DF1D7
Text Example
Text Example
White with #5DF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1D7; }
p { color: rgb(93,241,215); }
H1.HeaderClassName
{
color: #5DF1D7;
}
.AnyTagClassName
{
color: #5DF1D7;
}
</style>
background-color css
<style>
a { background-color: #5DF1D7; }
a { background-color: rgb(93,241,215); }
div.DivClassName
{
background-color: #5DF1D7;
}
.BgClassName
{
background-color: #5DF1D7;
}
</style>
border-color css
<style>
span { border-color: #5DF1D7; }
span { border-color: rgb(93,241,215); }
td.TdClassName
{
border-color: #5DF1D7;
}
.TagClassName
{
border-color: #5DF1D7;
}
</style>