Shades of Medium Turquoise #54CEC1
Tints of Medium Turquoise #54CEC1
RGB
CMYK
RGB Variations
Color information
#54CEC1 (or 0x54CEC1) is known color: Medium Turquoise. HEX triplet: 54, CE and C1. RGB value is (84,206,193). Sum of RGB (Red+Green+Blue) = 84+206+193=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #54CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CEC1 is #AB313E. Grayscale: #A7A7A7. Windows color (decimal): -11219263 or 12701268. OLE color: 12701268.
HSL color Cylindrical-coordinate representation of color #54CEC1: hue angle of 173.61º 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 #54CEC1 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 206 | 193 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.19 |
| HSL | 173.61º | 0.55% | 0.57% | - |
| HSV(B) | 173.61º | 0.59% | 0.81% | - |
| XYZ | 35.35 | 49.88 | 58.22 | - |
| YUV | 168.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 193 | 0.59 | 0 | 0.06 | 0.19 | 173.61 | 0.55 | 0.57 |
| Hex | 54 | CE | C1 | 3B | 0 | 6 | 13 | AE | 37 | 39 |
| Octal | 124 | 316 | 301 | 73 | 0 | 6 | 23 | 256 | 67 | 71 |
| Binary | 1010100 | 11001110 | 11000001 | 111011 | 0 | 110 | 10011 | 10101110 | 110111 | 111001 |
Color Harmonies of #54CEC1
Complementary color
Monochromatic Colors of #54CEC1
Black with #54CEC1
Text Example
Text Example
White with #54CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEC1; }
p { color: rgb(84,206,193); }
H1.HeaderClassName
{
color: #54CEC1;
}
.AnyTagClassName
{
color: #54CEC1;
}
</style>
background-color css
<style>
a { background-color: #54CEC1; }
a { background-color: rgb(84,206,193); }
div.DivClassName
{
background-color: #54CEC1;
}
.BgClassName
{
background-color: #54CEC1;
}
</style>
border-color css
<style>
span { border-color: #54CEC1; }
span { border-color: rgb(84,206,193); }
td.TdClassName
{
border-color: #54CEC1;
}
.TagClassName
{
border-color: #54CEC1;
}
</style>