Shades of Medium Turquoise #54CCDD
Tints of Medium Turquoise #54CCDD
RGB
CMYK
RGB Variations
Color information
#54CCDD (or 0x54CCDD) is known color: Medium Turquoise. HEX triplet: 54, CC and DD. RGB value is (84,204,221). Sum of RGB (Red+Green+Blue) = 84+204+221=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #54CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCDD is #AB3322. Grayscale: #A9A9A9. Windows color (decimal): -11219747 or 14535764. OLE color: 14535764.
HSL color Cylindrical-coordinate representation of color #54CCDD: hue angle of 187.45º degrees, saturation: 0.67, 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 #54CCDD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 204 | 221 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.13 |
| HSL | 187.45º | 0.67% | 0.6% | - |
| HSV(B) | 187.45º | 0.62% | 0.87% | - |
| XYZ | 38.3 | 50.29 | 76.1 | - |
| YUV | 170.06 | 156.74 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 221 | 0.62 | 0.08 | 0 | 0.13 | 187.45 | 0.67 | 0.6 |
| Hex | 54 | CC | DD | 3E | 8 | 0 | D | BB | 43 | 3C |
| Octal | 124 | 314 | 335 | 76 | 10 | 0 | 15 | 273 | 103 | 74 |
| Binary | 1010100 | 11001100 | 11011101 | 111110 | 1000 | 0 | 1101 | 10111011 | 1000011 | 111100 |
Color Harmonies of #54CCDD
Complementary color
Monochromatic Colors of #54CCDD
Black with #54CCDD
Text Example
Text Example
White with #54CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCDD; }
p { color: rgb(84,204,221); }
H1.HeaderClassName
{
color: #54CCDD;
}
.AnyTagClassName
{
color: #54CCDD;
}
</style>
background-color css
<style>
a { background-color: #54CCDD; }
a { background-color: rgb(84,204,221); }
div.DivClassName
{
background-color: #54CCDD;
}
.BgClassName
{
background-color: #54CCDD;
}
</style>
border-color css
<style>
span { border-color: #54CCDD; }
span { border-color: rgb(84,204,221); }
td.TdClassName
{
border-color: #54CCDD;
}
.TagClassName
{
border-color: #54CCDD;
}
</style>