Shades of Turquoise #5DF2DA
Tints of Turquoise #5DF2DA
RGB
CMYK
RGB Variations
Color information
#5DF2DA (or 0x5DF2DA) is known color: Turquoise. HEX triplet: 5D, F2 and DA. RGB value is (93,242,218). Sum of RGB (Red+Green+Blue) = 93+242+218=553 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.82% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #5DF2DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF2DA is #A20D25. Grayscale: #C2C2C2. Windows color (decimal): -10620198 or 14348893. OLE color: 14348893.
HSL color Cylindrical-coordinate representation of color #5DF2DA: hue angle of 170.34º 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 #5DF2DA is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 242 | 218 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.05 |
| HSL | 170.34º | 0.85% | 0.66% | - |
| HSV(B) | 170.34º | 0.62% | 0.95% | - |
| XYZ | 48.92 | 70.89 | 77.44 | - |
| YUV | 194.71 | 141.14 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 242 | 218 | 0.62 | 0 | 0.10 | 0.05 | 170.34 | 0.85 | 0.66 |
| Hex | 5D | F2 | DA | 3E | 0 | A | 5 | AA | 55 | 42 |
| Octal | 135 | 362 | 332 | 76 | 0 | 12 | 5 | 252 | 125 | 102 |
| Binary | 1011101 | 11110010 | 11011010 | 111110 | 0 | 1010 | 101 | 10101010 | 1010101 | 1000010 |
Color Harmonies of #5DF2DA
Complementary color
Monochromatic Colors of #5DF2DA
Black with #5DF2DA
Text Example
Text Example
White with #5DF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF2DA; }
p { color: rgb(93,242,218); }
H1.HeaderClassName
{
color: #5DF2DA;
}
.AnyTagClassName
{
color: #5DF2DA;
}
</style>
background-color css
<style>
a { background-color: #5DF2DA; }
a { background-color: rgb(93,242,218); }
div.DivClassName
{
background-color: #5DF2DA;
}
.BgClassName
{
background-color: #5DF2DA;
}
</style>
border-color css
<style>
span { border-color: #5DF2DA; }
span { border-color: rgb(93,242,218); }
td.TdClassName
{
border-color: #5DF2DA;
}
.TagClassName
{
border-color: #5DF2DA;
}
</style>