Shades of Medium Turquoise #5ADFCB
Tints of Medium Turquoise #5ADFCB
RGB
CMYK
RGB Variations
Color information
#5ADFCB (or 0x5ADFCB) is known color: Medium Turquoise. HEX triplet: 5A, DF and CB. RGB value is (90,223,203). Sum of RGB (Red+Green+Blue) = 90+223+203=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ADFCB is #A52034. Grayscale: #B4B4B4. Windows color (decimal): -10821685 or 13360986. OLE color: 13360986.
HSL color Cylindrical-coordinate representation of color #5ADFCB: hue angle of 170.98º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFCB is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 203 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.13 |
| HSL | 170.98º | 0.68% | 0.61% | - |
| HSV(B) | 170.98º | 0.6% | 0.87% | - |
| XYZ | 41.38 | 59.26 | 65.76 | - |
| YUV | 180.95 | 140.44 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 203 | 0.60 | 0 | 0.09 | 0.13 | 170.98 | 0.68 | 0.61 |
| Hex | 5A | DF | CB | 3C | 0 | 9 | D | AB | 44 | 3D |
| Octal | 132 | 337 | 313 | 74 | 0 | 11 | 15 | 253 | 104 | 75 |
| Binary | 1011010 | 11011111 | 11001011 | 111100 | 0 | 1001 | 1101 | 10101011 | 1000100 | 111101 |
Color Harmonies of #5ADFCB
Complementary color
Monochromatic Colors of #5ADFCB
Black with #5ADFCB
Text Example
Text Example
White with #5ADFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADFCB; }
p { color: rgb(90,223,203); }
H1.HeaderClassName
{
color: #5ADFCB;
}
.AnyTagClassName
{
color: #5ADFCB;
}
</style>
background-color css
<style>
a { background-color: #5ADFCB; }
a { background-color: rgb(90,223,203); }
div.DivClassName
{
background-color: #5ADFCB;
}
.BgClassName
{
background-color: #5ADFCB;
}
</style>
border-color css
<style>
span { border-color: #5ADFCB; }
span { border-color: rgb(90,223,203); }
td.TdClassName
{
border-color: #5ADFCB;
}
.TagClassName
{
border-color: #5ADFCB;
}
</style>