Shades of Turquoise #54E6DF
Tints of Turquoise #54E6DF
RGB
CMYK
RGB Variations
Color information
#54E6DF (or 0x54E6DF) is known color: Turquoise. HEX triplet: 54, E6 and DF. RGB value is (84,230,223). Sum of RGB (Red+Green+Blue) = 84+230+223=537 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.64% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #54E6DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E6DF is #AB1920. Grayscale: #B9B9B9. Windows color (decimal): -11213089 or 14673492. OLE color: 14673492.
HSL color Cylindrical-coordinate representation of color #54E6DF: hue angle of 177.12º 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 #54E6DF is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 230 | 223 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.10 |
| HSL | 177.12º | 0.74% | 0.62% | - |
| HSV(B) | 177.12º | 0.63% | 0.9% | - |
| XYZ | 45.27 | 63.81 | 79.74 | - |
| YUV | 185.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 230 | 223 | 0.63 | 0 | 0.03 | 0.10 | 177.12 | 0.74 | 0.62 |
| Hex | 54 | E6 | DF | 3F | 0 | 3 | A | B1 | 4A | 3E |
| Octal | 124 | 346 | 337 | 77 | 0 | 3 | 12 | 261 | 112 | 76 |
| Binary | 1010100 | 11100110 | 11011111 | 111111 | 0 | 11 | 1010 | 10110001 | 1001010 | 111110 |
Color Harmonies of #54E6DF
Complementary color
Monochromatic Colors of #54E6DF
Black with #54E6DF
Text Example
Text Example
White with #54E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E6DF; }
p { color: rgb(84,230,223); }
H1.HeaderClassName
{
color: #54E6DF;
}
.AnyTagClassName
{
color: #54E6DF;
}
</style>
background-color css
<style>
a { background-color: #54E6DF; }
a { background-color: rgb(84,230,223); }
div.DivClassName
{
background-color: #54E6DF;
}
.BgClassName
{
background-color: #54E6DF;
}
</style>
border-color css
<style>
span { border-color: #54E6DF; }
span { border-color: rgb(84,230,223); }
td.TdClassName
{
border-color: #54E6DF;
}
.TagClassName
{
border-color: #54E6DF;
}
</style>