Shades of Turquoise #54E4CB
Tints of Turquoise #54E4CB
RGB
CMYK
RGB Variations
Color information
#54E4CB (or 0x54E4CB) is known color: Turquoise. HEX triplet: 54, E4 and CB. RGB value is (84,228,203). Sum of RGB (Red+Green+Blue) = 84+228+203=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #54E4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E4CB is #AB1B34. Grayscale: #B6B6B6. Windows color (decimal): -11213621 or 13362260. OLE color: 13362260.
HSL color Cylindrical-coordinate representation of color #54E4CB: hue angle of 169.58º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E4CB is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 228 | 203 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.11 |
| HSL | 169.58º | 0.73% | 0.61% | - |
| HSV(B) | 169.58º | 0.63% | 0.89% | - |
| XYZ | 42.18 | 61.68 | 66.18 | - |
| YUV | 182.09 | 139.79 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 228 | 203 | 0.63 | 0 | 0.11 | 0.11 | 169.58 | 0.73 | 0.61 |
| Hex | 54 | E4 | CB | 3F | 0 | B | B | AA | 49 | 3D |
| Octal | 124 | 344 | 313 | 77 | 0 | 13 | 13 | 252 | 111 | 75 |
| Binary | 1010100 | 11100100 | 11001011 | 111111 | 0 | 1011 | 1011 | 10101010 | 1001001 | 111101 |
Color Harmonies of #54E4CB
Complementary color
Monochromatic Colors of #54E4CB
Black with #54E4CB
Text Example
Text Example
White with #54E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E4CB; }
p { color: rgb(84,228,203); }
H1.HeaderClassName
{
color: #54E4CB;
}
.AnyTagClassName
{
color: #54E4CB;
}
</style>
background-color css
<style>
a { background-color: #54E4CB; }
a { background-color: rgb(84,228,203); }
div.DivClassName
{
background-color: #54E4CB;
}
.BgClassName
{
background-color: #54E4CB;
}
</style>
border-color css
<style>
span { border-color: #54E4CB; }
span { border-color: rgb(84,228,203); }
td.TdClassName
{
border-color: #54E4CB;
}
.TagClassName
{
border-color: #54E4CB;
}
</style>