Shades of Turquoise #54FEDF
Tints of Turquoise #54FEDF
RGB
CMYK
RGB Variations
Color information
#54FEDF (or 0x54FEDF) is known color: Turquoise. HEX triplet: 54, FE and DF. RGB value is (84,254,223). Sum of RGB (Red+Green+Blue) = 84+254+223=561 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.97% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FEDF is #AB0120. Grayscale: #C7C7C7. Windows color (decimal): -11206945 or 14679636. OLE color: 14679636.
HSL color Cylindrical-coordinate representation of color #54FEDF: hue angle of 169.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FEDF is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 223 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.00 |
| HSL | 169.06º | 0.99% | 0.66% | - |
| HSV(B) | 169.06º | 0.67% | 1% | - |
| XYZ | 52.42 | 78.1 | 82.12 | - |
| YUV | 199.64 | 141.18 | 45.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 223 | 0.67 | 0 | 0.12 | 0.00 | 169.06 | 0.99 | 0.66 |
| Hex | 54 | FE | DF | 43 | 0 | C | 0 | A9 | 63 | 42 |
| Octal | 124 | 376 | 337 | 103 | 0 | 14 | 0 | 251 | 143 | 102 |
| Binary | 1010100 | 11111110 | 11011111 | 1000011 | 0 | 1100 | 0 | 10101001 | 1100011 | 1000010 |
Color Harmonies of #54FEDF
Complementary color
Monochromatic Colors of #54FEDF
Black with #54FEDF
Text Example
Text Example
White with #54FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEDF; }
p { color: rgb(84,254,223); }
H1.HeaderClassName
{
color: #54FEDF;
}
.AnyTagClassName
{
color: #54FEDF;
}
</style>
background-color css
<style>
a { background-color: #54FEDF; }
a { background-color: rgb(84,254,223); }
div.DivClassName
{
background-color: #54FEDF;
}
.BgClassName
{
background-color: #54FEDF;
}
</style>
border-color css
<style>
span { border-color: #54FEDF; }
span { border-color: rgb(84,254,223); }
td.TdClassName
{
border-color: #54FEDF;
}
.TagClassName
{
border-color: #54FEDF;
}
</style>