Shades of Medium Turquoise #54C3CE
Tints of Medium Turquoise #54C3CE
RGB
CMYK
RGB Variations
Color information
#54C3CE (or 0x54C3CE) is known color: Medium Turquoise. HEX triplet: 54, C3 and CE. RGB value is (84,195,206). Sum of RGB (Red+Green+Blue) = 84+195+206=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #54C3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C3CE is #AB3C31. Grayscale: #A2A2A2. Windows color (decimal): -11222066 or 13550420. OLE color: 13550420.
HSL color Cylindrical-coordinate representation of color #54C3CE: hue angle of 185.41º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C3CE is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 195 | 206 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.19 |
| HSL | 185.41º | 0.55% | 0.57% | - |
| HSV(B) | 185.41º | 0.59% | 0.81% | - |
| XYZ | 34.31 | 45.37 | 65.34 | - |
| YUV | 163.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 195 | 206 | 0.59 | 0.05 | 0 | 0.19 | 185.41 | 0.55 | 0.57 |
| Hex | 54 | C3 | CE | 3B | 5 | 0 | 13 | B9 | 37 | 39 |
| Octal | 124 | 303 | 316 | 73 | 5 | 0 | 23 | 271 | 67 | 71 |
| Binary | 1010100 | 11000011 | 11001110 | 111011 | 101 | 0 | 10011 | 10111001 | 110111 | 111001 |
Color Harmonies of #54C3CE
Complementary color
Monochromatic Colors of #54C3CE
Black with #54C3CE
Text Example
Text Example
White with #54C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C3CE; }
p { color: rgb(84,195,206); }
H1.HeaderClassName
{
color: #54C3CE;
}
.AnyTagClassName
{
color: #54C3CE;
}
</style>
background-color css
<style>
a { background-color: #54C3CE; }
a { background-color: rgb(84,195,206); }
div.DivClassName
{
background-color: #54C3CE;
}
.BgClassName
{
background-color: #54C3CE;
}
</style>
border-color css
<style>
span { border-color: #54C3CE; }
span { border-color: rgb(84,195,206); }
td.TdClassName
{
border-color: #54C3CE;
}
.TagClassName
{
border-color: #54C3CE;
}
</style>