Shades of Turquoise #5DF2D0
Tints of Turquoise #5DF2D0
RGB
CMYK
RGB Variations
Color information
#5DF2D0 (or 0x5DF2D0) is known color: Turquoise. HEX triplet: 5D, F2 and D0. RGB value is (93,242,208). Sum of RGB (Red+Green+Blue) = 93+242+208=543 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.13% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF2D0 is #A20D2F. Grayscale: #C1C1C1. Windows color (decimal): -10620208 or 13693533. OLE color: 13693533.
HSL color Cylindrical-coordinate representation of color #5DF2D0: hue angle of 166.31º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF2D0 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 208 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.05 |
| HSL | 166.31º | 0.85% | 0.66% | - |
| HSV(B) | 166.31º | 0.62% | 0.95% | - |
| XYZ | 47.65 | 70.39 | 70.75 | - |
| YUV | 193.57 | 136.14 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 208 | 0.62 | 0 | 0.14 | 0.05 | 166.31 | 0.85 | 0.66 |
| Hex | 5D | F2 | D0 | 3E | 0 | E | 5 | A6 | 55 | 42 |
| Octal | 135 | 362 | 320 | 76 | 0 | 16 | 5 | 246 | 125 | 102 |
| Binary | 1011101 | 11110010 | 11010000 | 111110 | 0 | 1110 | 101 | 10100110 | 1010101 | 1000010 |
Color Harmonies of #5DF2D0
Complementary color
Monochromatic Colors of #5DF2D0
Black with #5DF2D0
Text Example
Text Example
White with #5DF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2D0; }
p { color: rgb(93,242,208); }
H1.HeaderClassName
{
color: #5DF2D0;
}
.AnyTagClassName
{
color: #5DF2D0;
}
</style>
background-color css
<style>
a { background-color: #5DF2D0; }
a { background-color: rgb(93,242,208); }
div.DivClassName
{
background-color: #5DF2D0;
}
.BgClassName
{
background-color: #5DF2D0;
}
</style>
border-color css
<style>
span { border-color: #5DF2D0; }
span { border-color: rgb(93,242,208); }
td.TdClassName
{
border-color: #5DF2D0;
}
.TagClassName
{
border-color: #5DF2D0;
}
</style>