Shades of Medium Turquoise #5AC4CB
Tints of Medium Turquoise #5AC4CB
RGB
CMYK
RGB Variations
Color information
#5AC4CB (or 0x5AC4CB) is known color: Medium Turquoise. HEX triplet: 5A, C4 and CB. RGB value is (90,196,203). Sum of RGB (Red+Green+Blue) = 90+196+203=489 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.40% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #5AC4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC4CB is #A53B34. Grayscale: #A4A4A4. Windows color (decimal): -10828597 or 13354074. OLE color: 13354074.
HSL color Cylindrical-coordinate representation of color #5AC4CB: hue angle of 183.72º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AC4CB is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 196 | 203 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.20 |
| HSL | 183.72º | 0.52% | 0.57% | - |
| HSV(B) | 183.72º | 0.56% | 0.8% | - |
| XYZ | 34.74 | 45.97 | 63.54 | - |
| YUV | 165.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 203 | 0.56 | 0.03 | 0 | 0.20 | 183.72 | 0.52 | 0.57 |
| Hex | 5A | C4 | CB | 38 | 3 | 0 | 14 | B8 | 34 | 39 |
| Octal | 132 | 304 | 313 | 70 | 3 | 0 | 24 | 270 | 64 | 71 |
| Binary | 1011010 | 11000100 | 11001011 | 111000 | 11 | 0 | 10100 | 10111000 | 110100 | 111001 |
Color Harmonies of #5AC4CB
Complementary color
Monochromatic Colors of #5AC4CB
Black with #5AC4CB
Text Example
Text Example
White with #5AC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC4CB; }
p { color: rgb(90,196,203); }
H1.HeaderClassName
{
color: #5AC4CB;
}
.AnyTagClassName
{
color: #5AC4CB;
}
</style>
background-color css
<style>
a { background-color: #5AC4CB; }
a { background-color: rgb(90,196,203); }
div.DivClassName
{
background-color: #5AC4CB;
}
.BgClassName
{
background-color: #5AC4CB;
}
</style>
border-color css
<style>
span { border-color: #5AC4CB; }
span { border-color: rgb(90,196,203); }
td.TdClassName
{
border-color: #5AC4CB;
}
.TagClassName
{
border-color: #5AC4CB;
}
</style>