Shades of Medium Turquoise #54CCDC
Tints of Medium Turquoise #54CCDC
RGB
CMYK
RGB Variations
Color information
#54CCDC (or 0x54CCDC) is known color: Medium Turquoise. HEX triplet: 54, CC and DC. RGB value is (84,204,220). Sum of RGB (Red+Green+Blue) = 84+204+220=508 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.54% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #54CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCDC is #AB3323. Grayscale: #A9A9A9. Windows color (decimal): -11219748 or 14470228. OLE color: 14470228.
HSL color Cylindrical-coordinate representation of color #54CCDC: hue angle of 187.06º 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 #54CCDC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 204 | 220 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.14 |
| HSL | 187.06º | 0.66% | 0.6% | - |
| HSV(B) | 187.06º | 0.62% | 0.86% | - |
| XYZ | 38.17 | 50.24 | 75.4 | - |
| YUV | 169.94 | 156.24 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 220 | 0.62 | 0.07 | 0 | 0.14 | 187.06 | 0.66 | 0.6 |
| Hex | 54 | CC | DC | 3E | 7 | 0 | E | BB | 42 | 3C |
| Octal | 124 | 314 | 334 | 76 | 7 | 0 | 16 | 273 | 102 | 74 |
| Binary | 1010100 | 11001100 | 11011100 | 111110 | 111 | 0 | 1110 | 10111011 | 1000010 | 111100 |
Color Harmonies of #54CCDC
Complementary color
Monochromatic Colors of #54CCDC
Black with #54CCDC
Text Example
Text Example
White with #54CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCDC; }
p { color: rgb(84,204,220); }
H1.HeaderClassName
{
color: #54CCDC;
}
.AnyTagClassName
{
color: #54CCDC;
}
</style>
background-color css
<style>
a { background-color: #54CCDC; }
a { background-color: rgb(84,204,220); }
div.DivClassName
{
background-color: #54CCDC;
}
.BgClassName
{
background-color: #54CCDC;
}
</style>
border-color css
<style>
span { border-color: #54CCDC; }
span { border-color: rgb(84,204,220); }
td.TdClassName
{
border-color: #54CCDC;
}
.TagClassName
{
border-color: #54CCDC;
}
</style>