Shades of Turquoise #54FFD2
Tints of Turquoise #54FFD2
RGB
CMYK
RGB Variations
Color information
#54FFD2 (or 0x54FFD2) is known color: Turquoise. HEX triplet: 54, FF and D2. RGB value is (84,255,210). Sum of RGB (Red+Green+Blue) = 84+255+210=549 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.30% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #54FFD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FFD2 is #AB002D. Grayscale: #C6C6C6. Windows color (decimal): -11206702 or 13827924. OLE color: 13827924.
HSL color Cylindrical-coordinate representation of color #54FFD2: hue angle of 164.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FFD2 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 255 | 210 | - |
| CMYK | 0.67 | 0 | 0.18 | 0 |
| HSL | 164.21º | 1% | 0.66% | - |
| HSV(B) | 164.21º | 0.67% | 1% | - |
| XYZ | 51.05 | 78.06 | 73.35 | - |
| YUV | 198.74 | 134.35 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 255 | 210 | 0.67 | 0 | 0.18 | 0 | 164.21 | 1 | 0.66 |
| Hex | 54 | FF | D2 | 43 | 0 | 12 | 0 | A4 | 64 | 42 |
| Octal | 124 | 377 | 322 | 103 | 0 | 22 | 0 | 244 | 144 | 102 |
| Binary | 1010100 | 11111111 | 11010010 | 1000011 | 0 | 10010 | 0 | 10100100 | 1100100 | 1000010 |
Color Harmonies of #54FFD2
Complementary color
Monochromatic Colors of #54FFD2
Black with #54FFD2
Text Example
Text Example
White with #54FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FFD2; }
p { color: rgb(84,255,210); }
H1.HeaderClassName
{
color: #54FFD2;
}
.AnyTagClassName
{
color: #54FFD2;
}
</style>
background-color css
<style>
a { background-color: #54FFD2; }
a { background-color: rgb(84,255,210); }
div.DivClassName
{
background-color: #54FFD2;
}
.BgClassName
{
background-color: #54FFD2;
}
</style>
border-color css
<style>
span { border-color: #54FFD2; }
span { border-color: rgb(84,255,210); }
td.TdClassName
{
border-color: #54FFD2;
}
.TagClassName
{
border-color: #54FFD2;
}
</style>