Shades of Turquoise #54DFDF
Tints of Turquoise #54DFDF
RGB
CMYK
RGB Variations
Color information
#54DFDF (or 0x54DFDF) is known color: Turquoise. HEX triplet: 54, DF and DF. RGB value is (84,223,223). Sum of RGB (Red+Green+Blue) = 84+223+223=530 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.85% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #54DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DFDF is #AB2020. Grayscale: #B5B5B5. Windows color (decimal): -11214881 or 14671700. OLE color: 14671700.
HSL color Cylindrical-coordinate representation of color #54DFDF: hue angle of 180º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DFDF is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 223 | - |
| CMYK | 0.62 | 0 | 0 | 0.13 |
| HSL | 180º | 0.68% | 0.6% | - |
| HSV(B) | 180º | 0.62% | 0.87% | - |
| XYZ | 43.36 | 59.99 | 79.11 | - |
| YUV | 181.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 223 | 0.62 | 0 | 0 | 0.13 | 180 | 0.68 | 0.6 |
| Hex | 54 | DF | DF | 3E | 0 | 0 | D | B4 | 44 | 3C |
| Octal | 124 | 337 | 337 | 76 | 0 | 0 | 15 | 264 | 104 | 74 |
| Binary | 1010100 | 11011111 | 11011111 | 111110 | 0 | 0 | 1101 | 10110100 | 1000100 | 111100 |
Color Harmonies of #54DFDF
Complementary color
Monochromatic Colors of #54DFDF
Black with #54DFDF
Text Example
Text Example
White with #54DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFDF; }
p { color: rgb(84,223,223); }
H1.HeaderClassName
{
color: #54DFDF;
}
.AnyTagClassName
{
color: #54DFDF;
}
</style>
background-color css
<style>
a { background-color: #54DFDF; }
a { background-color: rgb(84,223,223); }
div.DivClassName
{
background-color: #54DFDF;
}
.BgClassName
{
background-color: #54DFDF;
}
</style>
border-color css
<style>
span { border-color: #54DFDF; }
span { border-color: rgb(84,223,223); }
td.TdClassName
{
border-color: #54DFDF;
}
.TagClassName
{
border-color: #54DFDF;
}
</style>