Shades of Turquoise #54EFD3
Tints of Turquoise #54EFD3
RGB
CMYK
RGB Variations
Color information
#54EFD3 (or 0x54EFD3) is known color: Turquoise. HEX triplet: 54, EF and D3. RGB value is (84,239,211). Sum of RGB (Red+Green+Blue) = 84+239+211=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EFD3 is #AB102C. Grayscale: #BDBDBD. Windows color (decimal): -11210797 or 13889364. OLE color: 13889364.
HSL color Cylindrical-coordinate representation of color #54EFD3: hue angle of 169.16º 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 #54EFD3 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 211 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.06 |
| HSL | 169.16º | 0.83% | 0.63% | - |
| HSV(B) | 169.16º | 0.65% | 0.94% | - |
| XYZ | 46.28 | 68.32 | 72.38 | - |
| YUV | 189.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 211 | 0.65 | 0 | 0.12 | 0.06 | 169.16 | 0.83 | 0.63 |
| Hex | 54 | EF | D3 | 41 | 0 | C | 6 | A9 | 53 | 3F |
| Octal | 124 | 357 | 323 | 101 | 0 | 14 | 6 | 251 | 123 | 77 |
| Binary | 1010100 | 11101111 | 11010011 | 1000001 | 0 | 1100 | 110 | 10101001 | 1010011 | 111111 |
Color Harmonies of #54EFD3
Complementary color
Monochromatic Colors of #54EFD3
Black with #54EFD3
Text Example
Text Example
White with #54EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFD3; }
p { color: rgb(84,239,211); }
H1.HeaderClassName
{
color: #54EFD3;
}
.AnyTagClassName
{
color: #54EFD3;
}
</style>
background-color css
<style>
a { background-color: #54EFD3; }
a { background-color: rgb(84,239,211); }
div.DivClassName
{
background-color: #54EFD3;
}
.BgClassName
{
background-color: #54EFD3;
}
</style>
border-color css
<style>
span { border-color: #54EFD3; }
span { border-color: rgb(84,239,211); }
td.TdClassName
{
border-color: #54EFD3;
}
.TagClassName
{
border-color: #54EFD3;
}
</style>