Shades of Turquoise #54EFE2
Tints of Turquoise #54EFE2
RGB
CMYK
RGB Variations
Color information
#54EFE2 (or 0x54EFE2) is known color: Turquoise. HEX triplet: 54, EF and E2. RGB value is (84,239,226). Sum of RGB (Red+Green+Blue) = 84+239+226=549 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.30% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFE2 is #AB101D. Grayscale: #BFBFBF. Windows color (decimal): -11210782 or 14872404. OLE color: 14872404.
HSL color Cylindrical-coordinate representation of color #54EFE2: hue angle of 174.97º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54EFE2 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 226 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.06 |
| HSL | 174.97º | 0.83% | 0.63% | - |
| HSV(B) | 174.97º | 0.65% | 0.94% | - |
| XYZ | 48.25 | 69.11 | 82.75 | - |
| YUV | 191.17 | 147.65 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 226 | 0.65 | 0 | 0.05 | 0.06 | 174.97 | 0.83 | 0.63 |
| Hex | 54 | EF | E2 | 41 | 0 | 5 | 6 | AF | 53 | 3F |
| Octal | 124 | 357 | 342 | 101 | 0 | 5 | 6 | 257 | 123 | 77 |
| Binary | 1010100 | 11101111 | 11100010 | 1000001 | 0 | 101 | 110 | 10101111 | 1010011 | 111111 |
Color Harmonies of #54EFE2
Complementary color
Monochromatic Colors of #54EFE2
Black with #54EFE2
Text Example
Text Example
White with #54EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFE2; }
p { color: rgb(84,239,226); }
H1.HeaderClassName
{
color: #54EFE2;
}
.AnyTagClassName
{
color: #54EFE2;
}
</style>
background-color css
<style>
a { background-color: #54EFE2; }
a { background-color: rgb(84,239,226); }
div.DivClassName
{
background-color: #54EFE2;
}
.BgClassName
{
background-color: #54EFE2;
}
</style>
border-color css
<style>
span { border-color: #54EFE2; }
span { border-color: rgb(84,239,226); }
td.TdClassName
{
border-color: #54EFE2;
}
.TagClassName
{
border-color: #54EFE2;
}
</style>