Shades of Turquoise #54F5DC
Tints of Turquoise #54F5DC
RGB
CMYK
RGB Variations
Color information
#54F5DC (or 0x54F5DC) is known color: Turquoise. HEX triplet: 54, F5 and DC. RGB value is (84,245,220). Sum of RGB (Red+Green+Blue) = 84+245+220=549 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.30% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #54F5DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F5DC is #AB0A23. Grayscale: #C1C1C1. Windows color (decimal): -11209252 or 14480724. OLE color: 14480724.
HSL color Cylindrical-coordinate representation of color #54F5DC: hue angle of 170.68º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F5DC is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 245 | 220 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.04 |
| HSL | 170.68º | 0.89% | 0.65% | - |
| HSV(B) | 170.68º | 0.66% | 0.96% | - |
| XYZ | 49.23 | 72.36 | 79.08 | - |
| YUV | 194.01 | 142.66 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 245 | 220 | 0.66 | 0 | 0.10 | 0.04 | 170.68 | 0.89 | 0.65 |
| Hex | 54 | F5 | DC | 42 | 0 | A | 4 | AB | 59 | 41 |
| Octal | 124 | 365 | 334 | 102 | 0 | 12 | 4 | 253 | 131 | 101 |
| Binary | 1010100 | 11110101 | 11011100 | 1000010 | 0 | 1010 | 100 | 10101011 | 1011001 | 1000001 |
Color Harmonies of #54F5DC
Complementary color
Monochromatic Colors of #54F5DC
Black with #54F5DC
Text Example
Text Example
White with #54F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F5DC; }
p { color: rgb(84,245,220); }
H1.HeaderClassName
{
color: #54F5DC;
}
.AnyTagClassName
{
color: #54F5DC;
}
</style>
background-color css
<style>
a { background-color: #54F5DC; }
a { background-color: rgb(84,245,220); }
div.DivClassName
{
background-color: #54F5DC;
}
.BgClassName
{
background-color: #54F5DC;
}
</style>
border-color css
<style>
span { border-color: #54F5DC; }
span { border-color: rgb(84,245,220); }
td.TdClassName
{
border-color: #54F5DC;
}
.TagClassName
{
border-color: #54F5DC;
}
</style>