Shades of Turquoise #54E6CB
Tints of Turquoise #54E6CB
RGB
CMYK
RGB Variations
Color information
#54E6CB (or 0x54E6CB) is known color: Turquoise. HEX triplet: 54, E6 and CB. RGB value is (84,230,203). Sum of RGB (Red+Green+Blue) = 84+230+203=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #54E6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E6CB is #AB1934. Grayscale: #B7B7B7. Windows color (decimal): -11213109 or 13362772. OLE color: 13362772.
HSL color Cylindrical-coordinate representation of color #54E6CB: hue angle of 168.9º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E6CB is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 230 | 203 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.10 |
| HSL | 168.9º | 0.74% | 0.62% | - |
| HSV(B) | 168.9º | 0.63% | 0.9% | - |
| XYZ | 42.73 | 62.79 | 66.37 | - |
| YUV | 183.27 | 139.13 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 203 | 0.63 | 0 | 0.12 | 0.10 | 168.9 | 0.74 | 0.62 |
| Hex | 54 | E6 | CB | 3F | 0 | C | A | A9 | 4A | 3E |
| Octal | 124 | 346 | 313 | 77 | 0 | 14 | 12 | 251 | 112 | 76 |
| Binary | 1010100 | 11100110 | 11001011 | 111111 | 0 | 1100 | 1010 | 10101001 | 1001010 | 111110 |
Color Harmonies of #54E6CB
Complementary color
Monochromatic Colors of #54E6CB
Black with #54E6CB
Text Example
Text Example
White with #54E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E6CB; }
p { color: rgb(84,230,203); }
H1.HeaderClassName
{
color: #54E6CB;
}
.AnyTagClassName
{
color: #54E6CB;
}
</style>
background-color css
<style>
a { background-color: #54E6CB; }
a { background-color: rgb(84,230,203); }
div.DivClassName
{
background-color: #54E6CB;
}
.BgClassName
{
background-color: #54E6CB;
}
</style>
border-color css
<style>
span { border-color: #54E6CB; }
span { border-color: rgb(84,230,203); }
td.TdClassName
{
border-color: #54E6CB;
}
.TagClassName
{
border-color: #54E6CB;
}
</style>