Shades of Medium Turquoise #54CAC7
Tints of Medium Turquoise #54CAC7
RGB
CMYK
RGB Variations
Color information
#54CAC7 (or 0x54CAC7) is known color: Medium Turquoise. HEX triplet: 54, CA and C7. RGB value is (84,202,199). Sum of RGB (Red+Green+Blue) = 84+202+199=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #54CAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CAC7 is #AB3538. Grayscale: #A6A6A6. Windows color (decimal): -11220281 or 13093460. OLE color: 13093460.
HSL color Cylindrical-coordinate representation of color #54CAC7: hue angle of 178.47º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CAC7 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 202 | 199 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.21 |
| HSL | 178.47º | 0.53% | 0.56% | - |
| HSV(B) | 178.47º | 0.58% | 0.79% | - |
| XYZ | 35.09 | 48.25 | 61.5 | - |
| YUV | 166.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 199 | 0.58 | 0 | 0.01 | 0.21 | 178.47 | 0.53 | 0.56 |
| Hex | 54 | CA | C7 | 3A | 0 | 1 | 15 | B2 | 35 | 38 |
| Octal | 124 | 312 | 307 | 72 | 0 | 1 | 25 | 262 | 65 | 70 |
| Binary | 1010100 | 11001010 | 11000111 | 111010 | 0 | 1 | 10101 | 10110010 | 110101 | 111000 |
Color Harmonies of #54CAC7
Complementary color
Monochromatic Colors of #54CAC7
Black with #54CAC7
Text Example
Text Example
White with #54CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CAC7; }
p { color: rgb(84,202,199); }
H1.HeaderClassName
{
color: #54CAC7;
}
.AnyTagClassName
{
color: #54CAC7;
}
</style>
background-color css
<style>
a { background-color: #54CAC7; }
a { background-color: rgb(84,202,199); }
div.DivClassName
{
background-color: #54CAC7;
}
.BgClassName
{
background-color: #54CAC7;
}
</style>
border-color css
<style>
span { border-color: #54CAC7; }
span { border-color: rgb(84,202,199); }
td.TdClassName
{
border-color: #54CAC7;
}
.TagClassName
{
border-color: #54CAC7;
}
</style>