Shades of Medium Turquoise #5ADBCF
Tints of Medium Turquoise #5ADBCF
RGB
CMYK
RGB Variations
Color information
#5ADBCF (or 0x5ADBCF) is known color: Medium Turquoise. HEX triplet: 5A, DB and CF. RGB value is (90,219,207). Sum of RGB (Red+Green+Blue) = 90+219+207=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADBCF is #A52430. Grayscale: #B2B2B2. Windows color (decimal): -10822705 or 13622106. OLE color: 13622106.
HSL color Cylindrical-coordinate representation of color #5ADBCF: hue angle of 174.42º 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 #5ADBCF is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 207 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.14 |
| HSL | 174.42º | 0.64% | 0.61% | - |
| HSV(B) | 174.42º | 0.59% | 0.86% | - |
| XYZ | 40.81 | 57.34 | 67.95 | - |
| YUV | 179.06 | 143.76 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 207 | 0.59 | 0 | 0.05 | 0.14 | 174.42 | 0.64 | 0.61 |
| Hex | 5A | DB | CF | 3B | 0 | 5 | E | AE | 40 | 3D |
| Octal | 132 | 333 | 317 | 73 | 0 | 5 | 16 | 256 | 100 | 75 |
| Binary | 1011010 | 11011011 | 11001111 | 111011 | 0 | 101 | 1110 | 10101110 | 1000000 | 111101 |
Color Harmonies of #5ADBCF
Complementary color
Monochromatic Colors of #5ADBCF
Black with #5ADBCF
Text Example
Text Example
White with #5ADBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADBCF; }
p { color: rgb(90,219,207); }
H1.HeaderClassName
{
color: #5ADBCF;
}
.AnyTagClassName
{
color: #5ADBCF;
}
</style>
background-color css
<style>
a { background-color: #5ADBCF; }
a { background-color: rgb(90,219,207); }
div.DivClassName
{
background-color: #5ADBCF;
}
.BgClassName
{
background-color: #5ADBCF;
}
</style>
border-color css
<style>
span { border-color: #5ADBCF; }
span { border-color: rgb(90,219,207); }
td.TdClassName
{
border-color: #5ADBCF;
}
.TagClassName
{
border-color: #5ADBCF;
}
</style>