Shades of Medium Turquoise #5ADACB
Tints of Medium Turquoise #5ADACB
RGB
CMYK
RGB Variations
Color information
#5ADACB (or 0x5ADACB) is known color: Medium Turquoise. HEX triplet: 5A, DA and CB. RGB value is (90,218,203). Sum of RGB (Red+Green+Blue) = 90+218+203=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADACB is #A52534. Grayscale: #B1B1B1. Windows color (decimal): -10822965 or 13359706. OLE color: 13359706.
HSL color Cylindrical-coordinate representation of color #5ADACB: hue angle of 172.97º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADACB is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 203 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.15 |
| HSL | 172.97º | 0.63% | 0.6% | - |
| HSV(B) | 172.97º | 0.59% | 0.85% | - |
| XYZ | 40.07 | 56.63 | 65.32 | - |
| YUV | 178.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 203 | 0.59 | 0 | 0.07 | 0.15 | 172.97 | 0.63 | 0.6 |
| Hex | 5A | DA | CB | 3B | 0 | 7 | F | AD | 3F | 3C |
| Octal | 132 | 332 | 313 | 73 | 0 | 7 | 17 | 255 | 77 | 74 |
| Binary | 1011010 | 11011010 | 11001011 | 111011 | 0 | 111 | 1111 | 10101101 | 111111 | 111100 |
Color Harmonies of #5ADACB
Complementary color
Monochromatic Colors of #5ADACB
Black with #5ADACB
Text Example
Text Example
White with #5ADACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADACB; }
p { color: rgb(90,218,203); }
H1.HeaderClassName
{
color: #5ADACB;
}
.AnyTagClassName
{
color: #5ADACB;
}
</style>
background-color css
<style>
a { background-color: #5ADACB; }
a { background-color: rgb(90,218,203); }
div.DivClassName
{
background-color: #5ADACB;
}
.BgClassName
{
background-color: #5ADACB;
}
</style>
border-color css
<style>
span { border-color: #5ADACB; }
span { border-color: rgb(90,218,203); }
td.TdClassName
{
border-color: #5ADACB;
}
.TagClassName
{
border-color: #5ADACB;
}
</style>