Shades of Turquoise #54DFDC
Tints of Turquoise #54DFDC
RGB
CMYK
RGB Variations
Color information
#54DFDC (or 0x54DFDC) is known color: Turquoise. HEX triplet: 54, DF and DC. RGB value is (84,223,220). Sum of RGB (Red+Green+Blue) = 84+223+220=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #54DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DFDC is #AB2023. Grayscale: #B4B4B4. Windows color (decimal): -11214884 or 14475092. OLE color: 14475092.
HSL color Cylindrical-coordinate representation of color #54DFDC: hue angle of 178.71º 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 #54DFDC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 220 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.13 |
| HSL | 178.71º | 0.68% | 0.6% | - |
| HSV(B) | 178.71º | 0.62% | 0.87% | - |
| XYZ | 42.96 | 59.83 | 76.99 | - |
| YUV | 181.1 | 149.95 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 220 | 0.62 | 0 | 0.01 | 0.13 | 178.71 | 0.68 | 0.6 |
| Hex | 54 | DF | DC | 3E | 0 | 1 | D | B3 | 44 | 3C |
| Octal | 124 | 337 | 334 | 76 | 0 | 1 | 15 | 263 | 104 | 74 |
| Binary | 1010100 | 11011111 | 11011100 | 111110 | 0 | 1 | 1101 | 10110011 | 1000100 | 111100 |
Color Harmonies of #54DFDC
Complementary color
Monochromatic Colors of #54DFDC
Black with #54DFDC
Text Example
Text Example
White with #54DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFDC; }
p { color: rgb(84,223,220); }
H1.HeaderClassName
{
color: #54DFDC;
}
.AnyTagClassName
{
color: #54DFDC;
}
</style>
background-color css
<style>
a { background-color: #54DFDC; }
a { background-color: rgb(84,223,220); }
div.DivClassName
{
background-color: #54DFDC;
}
.BgClassName
{
background-color: #54DFDC;
}
</style>
border-color css
<style>
span { border-color: #54DFDC; }
span { border-color: rgb(84,223,220); }
td.TdClassName
{
border-color: #54DFDC;
}
.TagClassName
{
border-color: #54DFDC;
}
</style>