Shades of Medium Turquoise #5ADBD7
Tints of Medium Turquoise #5ADBD7
RGB
CMYK
RGB Variations
Color information
#5ADBD7 (or 0x5ADBD7) is known color: Medium Turquoise. HEX triplet: 5A, DB and D7. RGB value is (90,219,215). Sum of RGB (Red+Green+Blue) = 90+219+215=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBD7 is #A52428. Grayscale: #B3B3B3. Windows color (decimal): -10822697 or 14146394. OLE color: 14146394.
HSL color Cylindrical-coordinate representation of color #5ADBD7: hue angle of 178.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADBD7 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 215 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.14 |
| HSL | 178.14º | 0.64% | 0.61% | - |
| HSV(B) | 178.14º | 0.59% | 0.86% | - |
| XYZ | 41.81 | 57.74 | 73.23 | - |
| YUV | 179.97 | 147.76 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 215 | 0.59 | 0 | 0.02 | 0.14 | 178.14 | 0.64 | 0.61 |
| Hex | 5A | DB | D7 | 3B | 0 | 2 | E | B2 | 40 | 3D |
| Octal | 132 | 333 | 327 | 73 | 0 | 2 | 16 | 262 | 100 | 75 |
| Binary | 1011010 | 11011011 | 11010111 | 111011 | 0 | 10 | 1110 | 10110010 | 1000000 | 111101 |
Color Harmonies of #5ADBD7
Complementary color
Monochromatic Colors of #5ADBD7
Black with #5ADBD7
Text Example
Text Example
White with #5ADBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBD7; }
p { color: rgb(90,219,215); }
H1.HeaderClassName
{
color: #5ADBD7;
}
.AnyTagClassName
{
color: #5ADBD7;
}
</style>
background-color css
<style>
a { background-color: #5ADBD7; }
a { background-color: rgb(90,219,215); }
div.DivClassName
{
background-color: #5ADBD7;
}
.BgClassName
{
background-color: #5ADBD7;
}
</style>
border-color css
<style>
span { border-color: #5ADBD7; }
span { border-color: rgb(90,219,215); }
td.TdClassName
{
border-color: #5ADBD7;
}
.TagClassName
{
border-color: #5ADBD7;
}
</style>