Shades of Medium Turquoise #54C9DC
Tints of Medium Turquoise #54C9DC
RGB
CMYK
RGB Variations
Color information
#54C9DC (or 0x54C9DC) is known color: Medium Turquoise. HEX triplet: 54, C9 and DC. RGB value is (84,201,220). Sum of RGB (Red+Green+Blue) = 84+201+220=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #54C9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C9DC is #AB3623. Grayscale: #A7A7A7. Windows color (decimal): -11220516 or 14469460. OLE color: 14469460.
HSL color Cylindrical-coordinate representation of color #54C9DC: hue angle of 188.38º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C9DC is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 201 | 220 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.14 |
| HSL | 188.38º | 0.66% | 0.6% | - |
| HSV(B) | 188.38º | 0.62% | 0.86% | - |
| XYZ | 37.46 | 48.83 | 75.16 | - |
| YUV | 168.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 220 | 0.62 | 0.09 | 0 | 0.14 | 188.38 | 0.66 | 0.6 |
| Hex | 54 | C9 | DC | 3E | 9 | 0 | E | BC | 42 | 3C |
| Octal | 124 | 311 | 334 | 76 | 11 | 0 | 16 | 274 | 102 | 74 |
| Binary | 1010100 | 11001001 | 11011100 | 111110 | 1001 | 0 | 1110 | 10111100 | 1000010 | 111100 |
Color Harmonies of #54C9DC
Complementary color
Monochromatic Colors of #54C9DC
Black with #54C9DC
Text Example
Text Example
White with #54C9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C9DC; }
p { color: rgb(84,201,220); }
H1.HeaderClassName
{
color: #54C9DC;
}
.AnyTagClassName
{
color: #54C9DC;
}
</style>
background-color css
<style>
a { background-color: #54C9DC; }
a { background-color: rgb(84,201,220); }
div.DivClassName
{
background-color: #54C9DC;
}
.BgClassName
{
background-color: #54C9DC;
}
</style>
border-color css
<style>
span { border-color: #54C9DC; }
span { border-color: rgb(84,201,220); }
td.TdClassName
{
border-color: #54C9DC;
}
.TagClassName
{
border-color: #54C9DC;
}
</style>