Shades of Medium Turquoise #5ADCCB
Tints of Medium Turquoise #5ADCCB
RGB
CMYK
RGB Variations
Color information
#5ADCCB (or 0x5ADCCB) is known color: Medium Turquoise. HEX triplet: 5A, DC and CB. RGB value is (90,220,203). Sum of RGB (Red+Green+Blue) = 90+220+203=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADCCB is #A52334. Grayscale: #B3B3B3. Windows color (decimal): -10822453 or 13360218. OLE color: 13360218.
HSL color Cylindrical-coordinate representation of color #5ADCCB: hue angle of 172.15º degrees, saturation: 0.65, 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 #5ADCCB is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 203 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.14 |
| HSL | 172.15º | 0.65% | 0.61% | - |
| HSV(B) | 172.15º | 0.59% | 0.86% | - |
| XYZ | 40.59 | 57.67 | 65.49 | - |
| YUV | 179.19 | 141.43 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 203 | 0.59 | 0 | 0.08 | 0.14 | 172.15 | 0.65 | 0.61 |
| Hex | 5A | DC | CB | 3B | 0 | 8 | E | AC | 41 | 3D |
| Octal | 132 | 334 | 313 | 73 | 0 | 10 | 16 | 254 | 101 | 75 |
| Binary | 1011010 | 11011100 | 11001011 | 111011 | 0 | 1000 | 1110 | 10101100 | 1000001 | 111101 |
Color Harmonies of #5ADCCB
Complementary color
Monochromatic Colors of #5ADCCB
Black with #5ADCCB
Text Example
Text Example
White with #5ADCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADCCB; }
p { color: rgb(90,220,203); }
H1.HeaderClassName
{
color: #5ADCCB;
}
.AnyTagClassName
{
color: #5ADCCB;
}
</style>
background-color css
<style>
a { background-color: #5ADCCB; }
a { background-color: rgb(90,220,203); }
div.DivClassName
{
background-color: #5ADCCB;
}
.BgClassName
{
background-color: #5ADCCB;
}
</style>
border-color css
<style>
span { border-color: #5ADCCB; }
span { border-color: rgb(90,220,203); }
td.TdClassName
{
border-color: #5ADCCB;
}
.TagClassName
{
border-color: #5ADCCB;
}
</style>