Shades of Turquoise #5DF1D0
Tints of Turquoise #5DF1D0
RGB
CMYK
RGB Variations
Color information
#5DF1D0 (or 0x5DF1D0) is known color: Turquoise. HEX triplet: 5D, F1 and D0. RGB value is (93,241,208). Sum of RGB (Red+Green+Blue) = 93+241+208=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #5DF1D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF1D0 is #A20E2F. Grayscale: #C0C0C0. Windows color (decimal): -10620464 or 13693277. OLE color: 13693277.
HSL color Cylindrical-coordinate representation of color #5DF1D0: hue angle of 166.62º 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 #5DF1D0 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 241 | 208 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.05 |
| HSL | 166.62º | 0.84% | 0.65% | - |
| HSV(B) | 166.62º | 0.61% | 0.95% | - |
| XYZ | 47.35 | 69.79 | 70.65 | - |
| YUV | 192.99 | 136.47 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 241 | 208 | 0.61 | 0 | 0.14 | 0.05 | 166.62 | 0.84 | 0.65 |
| Hex | 5D | F1 | D0 | 3D | 0 | E | 5 | A7 | 54 | 41 |
| Octal | 135 | 361 | 320 | 75 | 0 | 16 | 5 | 247 | 124 | 101 |
| Binary | 1011101 | 11110001 | 11010000 | 111101 | 0 | 1110 | 101 | 10100111 | 1010100 | 1000001 |
Color Harmonies of #5DF1D0
Complementary color
Monochromatic Colors of #5DF1D0
Black with #5DF1D0
Text Example
Text Example
White with #5DF1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF1D0; }
p { color: rgb(93,241,208); }
H1.HeaderClassName
{
color: #5DF1D0;
}
.AnyTagClassName
{
color: #5DF1D0;
}
</style>
background-color css
<style>
a { background-color: #5DF1D0; }
a { background-color: rgb(93,241,208); }
div.DivClassName
{
background-color: #5DF1D0;
}
.BgClassName
{
background-color: #5DF1D0;
}
</style>
border-color css
<style>
span { border-color: #5DF1D0; }
span { border-color: rgb(93,241,208); }
td.TdClassName
{
border-color: #5DF1D0;
}
.TagClassName
{
border-color: #5DF1D0;
}
</style>