Shades of Medium Turquoise #5ADDCB
Tints of Medium Turquoise #5ADDCB
RGB
CMYK
RGB Variations
Color information
#5ADDCB (or 0x5ADDCB) is known color: Medium Turquoise. HEX triplet: 5A, DD and CB. RGB value is (90,221,203). Sum of RGB (Red+Green+Blue) = 90+221+203=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADDCB is #A52234. Grayscale: #B3B3B3. Windows color (decimal): -10822197 or 13360474. OLE color: 13360474.
HSL color Cylindrical-coordinate representation of color #5ADDCB: hue angle of 171.76º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADDCB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 203 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.13 |
| HSL | 171.76º | 0.66% | 0.61% | - |
| HSV(B) | 171.76º | 0.59% | 0.87% | - |
| XYZ | 40.85 | 58.2 | 65.58 | - |
| YUV | 179.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 203 | 0.59 | 0 | 0.08 | 0.13 | 171.76 | 0.66 | 0.61 |
| Hex | 5A | DD | CB | 3B | 0 | 8 | D | AC | 42 | 3D |
| Octal | 132 | 335 | 313 | 73 | 0 | 10 | 15 | 254 | 102 | 75 |
| Binary | 1011010 | 11011101 | 11001011 | 111011 | 0 | 1000 | 1101 | 10101100 | 1000010 | 111101 |
Color Harmonies of #5ADDCB
Complementary color
Monochromatic Colors of #5ADDCB
Black with #5ADDCB
Text Example
Text Example
White with #5ADDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADDCB; }
p { color: rgb(90,221,203); }
H1.HeaderClassName
{
color: #5ADDCB;
}
.AnyTagClassName
{
color: #5ADDCB;
}
</style>
background-color css
<style>
a { background-color: #5ADDCB; }
a { background-color: rgb(90,221,203); }
div.DivClassName
{
background-color: #5ADDCB;
}
.BgClassName
{
background-color: #5ADDCB;
}
</style>
border-color css
<style>
span { border-color: #5ADDCB; }
span { border-color: rgb(90,221,203); }
td.TdClassName
{
border-color: #5ADDCB;
}
.TagClassName
{
border-color: #5ADDCB;
}
</style>