Shades of Medium Turquoise #5ADBCB
Tints of Medium Turquoise #5ADBCB
RGB
CMYK
RGB Variations
Color information
#5ADBCB (or 0x5ADBCB) is known color: Medium Turquoise. HEX triplet: 5A, DB and CB. RGB value is (90,219,203). Sum of RGB (Red+Green+Blue) = 90+219+203=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBCB is #A52434. Grayscale: #B2B2B2. Windows color (decimal): -10822709 or 13359962. OLE color: 13359962.
HSL color Cylindrical-coordinate representation of color #5ADBCB: hue angle of 172.56º 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 #5ADBCB is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 203 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.14 |
| HSL | 172.56º | 0.64% | 0.61% | - |
| HSV(B) | 172.56º | 0.59% | 0.86% | - |
| XYZ | 40.33 | 57.15 | 65.41 | - |
| YUV | 178.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 203 | 0.59 | 0 | 0.07 | 0.14 | 172.56 | 0.64 | 0.61 |
| Hex | 5A | DB | CB | 3B | 0 | 7 | E | AD | 40 | 3D |
| Octal | 132 | 333 | 313 | 73 | 0 | 7 | 16 | 255 | 100 | 75 |
| Binary | 1011010 | 11011011 | 11001011 | 111011 | 0 | 111 | 1110 | 10101101 | 1000000 | 111101 |
Color Harmonies of #5ADBCB
Complementary color
Monochromatic Colors of #5ADBCB
Black with #5ADBCB
Text Example
Text Example
White with #5ADBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBCB; }
p { color: rgb(90,219,203); }
H1.HeaderClassName
{
color: #5ADBCB;
}
.AnyTagClassName
{
color: #5ADBCB;
}
</style>
background-color css
<style>
a { background-color: #5ADBCB; }
a { background-color: rgb(90,219,203); }
div.DivClassName
{
background-color: #5ADBCB;
}
.BgClassName
{
background-color: #5ADBCB;
}
</style>
border-color css
<style>
span { border-color: #5ADBCB; }
span { border-color: rgb(90,219,203); }
td.TdClassName
{
border-color: #5ADBCB;
}
.TagClassName
{
border-color: #5ADBCB;
}
</style>