Shades of Medium Turquoise #54C9D9
Tints of Medium Turquoise #54C9D9
RGB
CMYK
RGB Variations
Color information
#54C9D9 (or 0x54C9D9) is known color: Medium Turquoise. HEX triplet: 54, C9 and D9. RGB value is (84,201,217). Sum of RGB (Red+Green+Blue) = 84+201+217=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #54C9D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C9D9 is #AB3626. Grayscale: #A7A7A7. Windows color (decimal): -11220519 or 14272852. OLE color: 14272852.
HSL color Cylindrical-coordinate representation of color #54C9D9: hue angle of 187.22º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54C9D9 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 201 | 217 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.15 |
| HSL | 187.22º | 0.64% | 0.59% | - |
| HSV(B) | 187.22º | 0.61% | 0.85% | - |
| XYZ | 37.07 | 48.67 | 73.09 | - |
| YUV | 167.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 217 | 0.61 | 0.07 | 0 | 0.15 | 187.22 | 0.64 | 0.59 |
| Hex | 54 | C9 | D9 | 3D | 7 | 0 | F | BB | 40 | 3B |
| Octal | 124 | 311 | 331 | 75 | 7 | 0 | 17 | 273 | 100 | 73 |
| Binary | 1010100 | 11001001 | 11011001 | 111101 | 111 | 0 | 1111 | 10111011 | 1000000 | 111011 |
Color Harmonies of #54C9D9
Complementary color
Monochromatic Colors of #54C9D9
Black with #54C9D9
Text Example
Text Example
White with #54C9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C9D9; }
p { color: rgb(84,201,217); }
H1.HeaderClassName
{
color: #54C9D9;
}
.AnyTagClassName
{
color: #54C9D9;
}
</style>
background-color css
<style>
a { background-color: #54C9D9; }
a { background-color: rgb(84,201,217); }
div.DivClassName
{
background-color: #54C9D9;
}
.BgClassName
{
background-color: #54C9D9;
}
</style>
border-color css
<style>
span { border-color: #54C9D9; }
span { border-color: rgb(84,201,217); }
td.TdClassName
{
border-color: #54C9D9;
}
.TagClassName
{
border-color: #54C9D9;
}
</style>