Shades of Medium Turquoise #54CBC9
Tints of Medium Turquoise #54CBC9
RGB
CMYK
RGB Variations
Color information
#54CBC9 (or 0x54CBC9) is known color: Medium Turquoise. HEX triplet: 54, CB and C9. RGB value is (84,203,201). Sum of RGB (Red+Green+Blue) = 84+203+201=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBC9 is #AB3436. Grayscale: #A7A7A7. Windows color (decimal): -11220023 or 13224788. OLE color: 13224788.
HSL color Cylindrical-coordinate representation of color #54CBC9: hue angle of 178.99º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CBC9 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 201 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.20 |
| HSL | 178.99º | 0.53% | 0.56% | - |
| HSV(B) | 178.99º | 0.59% | 0.8% | - |
| XYZ | 35.55 | 48.81 | 62.81 | - |
| YUV | 167.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 201 | 0.59 | 0 | 0.01 | 0.20 | 178.99 | 0.53 | 0.56 |
| Hex | 54 | CB | C9 | 3B | 0 | 1 | 14 | B3 | 35 | 38 |
| Octal | 124 | 313 | 311 | 73 | 0 | 1 | 24 | 263 | 65 | 70 |
| Binary | 1010100 | 11001011 | 11001001 | 111011 | 0 | 1 | 10100 | 10110011 | 110101 | 111000 |
Color Harmonies of #54CBC9
Complementary color
Monochromatic Colors of #54CBC9
Black with #54CBC9
Text Example
Text Example
White with #54CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBC9; }
p { color: rgb(84,203,201); }
H1.HeaderClassName
{
color: #54CBC9;
}
.AnyTagClassName
{
color: #54CBC9;
}
</style>
background-color css
<style>
a { background-color: #54CBC9; }
a { background-color: rgb(84,203,201); }
div.DivClassName
{
background-color: #54CBC9;
}
.BgClassName
{
background-color: #54CBC9;
}
</style>
border-color css
<style>
span { border-color: #54CBC9; }
span { border-color: rgb(84,203,201); }
td.TdClassName
{
border-color: #54CBC9;
}
.TagClassName
{
border-color: #54CBC9;
}
</style>