Shades of Medium Turquoise #54C9CA
Tints of Medium Turquoise #54C9CA
RGB
CMYK
RGB Variations
Color information
#54C9CA (or 0x54C9CA) is known color: Medium Turquoise. HEX triplet: 54, C9 and CA. RGB value is (84,201,202). Sum of RGB (Red+Green+Blue) = 84+201+202=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #54C9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C9CA is #AB3635. Grayscale: #A6A6A6. Windows color (decimal): -11220534 or 13289812. OLE color: 13289812.
HSL color Cylindrical-coordinate representation of color #54C9CA: hue angle of 180.51º 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 #54C9CA is Cyan = 0.58, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 201 | 202 | - |
| CMYK | 0.58 | 0.00 | 0 | 0.21 |
| HSL | 180.51º | 0.53% | 0.56% | - |
| HSV(B) | 180.51º | 0.58% | 0.79% | - |
| XYZ | 35.2 | 47.92 | 63.27 | - |
| YUV | 166.13 | 148.24 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 202 | 0.58 | 0.00 | 0 | 0.21 | 180.51 | 0.53 | 0.56 |
| Hex | 54 | C9 | CA | 3A | 0 | 0 | 15 | B5 | 35 | 38 |
| Octal | 124 | 311 | 312 | 72 | 0 | 0 | 25 | 265 | 65 | 70 |
| Binary | 1010100 | 11001001 | 11001010 | 111010 | 0 | 0 | 10101 | 10110101 | 110101 | 111000 |
Color Harmonies of #54C9CA
Complementary color
Monochromatic Colors of #54C9CA
Black with #54C9CA
Text Example
Text Example
White with #54C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C9CA; }
p { color: rgb(84,201,202); }
H1.HeaderClassName
{
color: #54C9CA;
}
.AnyTagClassName
{
color: #54C9CA;
}
</style>
background-color css
<style>
a { background-color: #54C9CA; }
a { background-color: rgb(84,201,202); }
div.DivClassName
{
background-color: #54C9CA;
}
.BgClassName
{
background-color: #54C9CA;
}
</style>
border-color css
<style>
span { border-color: #54C9CA; }
span { border-color: rgb(84,201,202); }
td.TdClassName
{
border-color: #54C9CA;
}
.TagClassName
{
border-color: #54C9CA;
}
</style>