Shades of Medium Turquoise #5ACABF
Tints of Medium Turquoise #5ACABF
RGB
CMYK
RGB Variations
Color information
#5ACABF (or 0x5ACABF) is known color: Medium Turquoise. HEX triplet: 5A, CA and BF. RGB value is (90,202,191). Sum of RGB (Red+Green+Blue) = 90+202+191=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ACABF is #A53540. Grayscale: #A7A7A7. Windows color (decimal): -10827073 or 12569178. OLE color: 12569178.
HSL color Cylindrical-coordinate representation of color #5ACABF: hue angle of 174.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ACABF is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 202 | 191 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.21 |
| HSL | 174.11º | 0.51% | 0.57% | - |
| HSV(B) | 174.11º | 0.55% | 0.79% | - |
| XYZ | 34.74 | 48.18 | 56.76 | - |
| YUV | 167.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 202 | 191 | 0.55 | 0 | 0.05 | 0.21 | 174.11 | 0.51 | 0.57 |
| Hex | 5A | CA | BF | 37 | 0 | 5 | 15 | AE | 33 | 39 |
| Octal | 132 | 312 | 277 | 67 | 0 | 5 | 25 | 256 | 63 | 71 |
| Binary | 1011010 | 11001010 | 10111111 | 110111 | 0 | 101 | 10101 | 10101110 | 110011 | 111001 |
Color Harmonies of #5ACABF
Complementary color
Monochromatic Colors of #5ACABF
Black with #5ACABF
Text Example
Text Example
White with #5ACABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACABF; }
p { color: rgb(90,202,191); }
H1.HeaderClassName
{
color: #5ACABF;
}
.AnyTagClassName
{
color: #5ACABF;
}
</style>
background-color css
<style>
a { background-color: #5ACABF; }
a { background-color: rgb(90,202,191); }
div.DivClassName
{
background-color: #5ACABF;
}
.BgClassName
{
background-color: #5ACABF;
}
</style>
border-color css
<style>
span { border-color: #5ACABF; }
span { border-color: rgb(90,202,191); }
td.TdClassName
{
border-color: #5ACABF;
}
.TagClassName
{
border-color: #5ACABF;
}
</style>