Shades of Turquoise #54DFD8
Tints of Turquoise #54DFD8
RGB
CMYK
RGB Variations
Color information
#54DFD8 (or 0x54DFD8) is known color: Turquoise. HEX triplet: 54, DF and D8. RGB value is (84,223,216). Sum of RGB (Red+Green+Blue) = 84+223+216=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #54DFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DFD8 is #AB2027. Grayscale: #B4B4B4. Windows color (decimal): -11214888 or 14212948. OLE color: 14212948.
HSL color Cylindrical-coordinate representation of color #54DFD8: hue angle of 176.98º 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 #54DFD8 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 216 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.13 |
| HSL | 176.98º | 0.68% | 0.6% | - |
| HSV(B) | 176.98º | 0.62% | 0.87% | - |
| XYZ | 42.44 | 59.62 | 74.24 | - |
| YUV | 180.64 | 147.95 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 216 | 0.62 | 0 | 0.03 | 0.13 | 176.98 | 0.68 | 0.6 |
| Hex | 54 | DF | D8 | 3E | 0 | 3 | D | B1 | 44 | 3C |
| Octal | 124 | 337 | 330 | 76 | 0 | 3 | 15 | 261 | 104 | 74 |
| Binary | 1010100 | 11011111 | 11011000 | 111110 | 0 | 11 | 1101 | 10110001 | 1000100 | 111100 |
Color Harmonies of #54DFD8
Complementary color
Monochromatic Colors of #54DFD8
Black with #54DFD8
Text Example
Text Example
White with #54DFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DFD8; }
p { color: rgb(84,223,216); }
H1.HeaderClassName
{
color: #54DFD8;
}
.AnyTagClassName
{
color: #54DFD8;
}
</style>
background-color css
<style>
a { background-color: #54DFD8; }
a { background-color: rgb(84,223,216); }
div.DivClassName
{
background-color: #54DFD8;
}
.BgClassName
{
background-color: #54DFD8;
}
</style>
border-color css
<style>
span { border-color: #54DFD8; }
span { border-color: rgb(84,223,216); }
td.TdClassName
{
border-color: #54DFD8;
}
.TagClassName
{
border-color: #54DFD8;
}
</style>