Shades of Medium Turquoise #54CEC4
Tints of Medium Turquoise #54CEC4
RGB
CMYK
RGB Variations
Color information
#54CEC4 (or 0x54CEC4) is known color: Medium Turquoise. HEX triplet: 54, CE and C4. RGB value is (84,206,196). Sum of RGB (Red+Green+Blue) = 84+206+196=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #54CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CEC4 is #AB313B. Grayscale: #A8A8A8. Windows color (decimal): -11219260 or 12897876. OLE color: 12897876.
HSL color Cylindrical-coordinate representation of color #54CEC4: hue angle of 175.08º 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 #54CEC4 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 206 | 196 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.19 |
| HSL | 175.08º | 0.55% | 0.57% | - |
| HSV(B) | 175.08º | 0.59% | 0.81% | - |
| XYZ | 35.69 | 50.01 | 60 | - |
| YUV | 168.38 | 143.58 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 206 | 196 | 0.59 | 0 | 0.05 | 0.19 | 175.08 | 0.55 | 0.57 |
| Hex | 54 | CE | C4 | 3B | 0 | 5 | 13 | AF | 37 | 39 |
| Octal | 124 | 316 | 304 | 73 | 0 | 5 | 23 | 257 | 67 | 71 |
| Binary | 1010100 | 11001110 | 11000100 | 111011 | 0 | 101 | 10011 | 10101111 | 110111 | 111001 |
Color Harmonies of #54CEC4
Complementary color
Monochromatic Colors of #54CEC4
Black with #54CEC4
Text Example
Text Example
White with #54CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CEC4; }
p { color: rgb(84,206,196); }
H1.HeaderClassName
{
color: #54CEC4;
}
.AnyTagClassName
{
color: #54CEC4;
}
</style>
background-color css
<style>
a { background-color: #54CEC4; }
a { background-color: rgb(84,206,196); }
div.DivClassName
{
background-color: #54CEC4;
}
.BgClassName
{
background-color: #54CEC4;
}
</style>
border-color css
<style>
span { border-color: #54CEC4; }
span { border-color: rgb(84,206,196); }
td.TdClassName
{
border-color: #54CEC4;
}
.TagClassName
{
border-color: #54CEC4;
}
</style>