Shades of Medium Turquoise #5ADBC6
Tints of Medium Turquoise #5ADBC6
RGB
CMYK
RGB Variations
Color information
#5ADBC6 (or 0x5ADBC6) is known color: Medium Turquoise. HEX triplet: 5A, DB and C6. RGB value is (90,219,198). Sum of RGB (Red+Green+Blue) = 90+219+198=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBC6 is #A52439. Grayscale: #B1B1B1. Windows color (decimal): -10822714 or 13032282. OLE color: 13032282.
HSL color Cylindrical-coordinate representation of color #5ADBC6: hue angle of 170.23º 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 #5ADBC6 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 198 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.14 |
| HSL | 170.23º | 0.64% | 0.61% | - |
| HSV(B) | 170.23º | 0.59% | 0.86% | - |
| XYZ | 39.74 | 56.91 | 62.32 | - |
| YUV | 178.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 198 | 0.59 | 0 | 0.10 | 0.14 | 170.23 | 0.64 | 0.61 |
| Hex | 5A | DB | C6 | 3B | 0 | A | E | AA | 40 | 3D |
| Octal | 132 | 333 | 306 | 73 | 0 | 12 | 16 | 252 | 100 | 75 |
| Binary | 1011010 | 11011011 | 11000110 | 111011 | 0 | 1010 | 1110 | 10101010 | 1000000 | 111101 |
Color Harmonies of #5ADBC6
Complementary color
Monochromatic Colors of #5ADBC6
Black with #5ADBC6
Text Example
Text Example
White with #5ADBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBC6; }
p { color: rgb(90,219,198); }
H1.HeaderClassName
{
color: #5ADBC6;
}
.AnyTagClassName
{
color: #5ADBC6;
}
</style>
background-color css
<style>
a { background-color: #5ADBC6; }
a { background-color: rgb(90,219,198); }
div.DivClassName
{
background-color: #5ADBC6;
}
.BgClassName
{
background-color: #5ADBC6;
}
</style>
border-color css
<style>
span { border-color: #5ADBC6; }
span { border-color: rgb(90,219,198); }
td.TdClassName
{
border-color: #5ADBC6;
}
.TagClassName
{
border-color: #5ADBC6;
}
</style>