Shades of Medium Turquoise #54DCCB
Tints of Medium Turquoise #54DCCB
RGB
CMYK
RGB Variations
Color information
#54DCCB (or 0x54DCCB) is known color: Medium Turquoise. HEX triplet: 54, DC and CB. RGB value is (84,220,203). Sum of RGB (Red+Green+Blue) = 84+220+203=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCCB is #AB2334. Grayscale: #B1B1B1. Windows color (decimal): -11215669 or 13360212. OLE color: 13360212.
HSL color Cylindrical-coordinate representation of color #54DCCB: hue angle of 172.5º 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 #54DCCB is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 203 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.14 |
| HSL | 172.5º | 0.66% | 0.6% | - |
| HSV(B) | 172.5º | 0.62% | 0.86% | - |
| XYZ | 40.03 | 57.38 | 65.47 | - |
| YUV | 177.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 203 | 0.62 | 0 | 0.08 | 0.14 | 172.5 | 0.66 | 0.6 |
| Hex | 54 | DC | CB | 3E | 0 | 8 | E | AC | 42 | 3C |
| Octal | 124 | 334 | 313 | 76 | 0 | 10 | 16 | 254 | 102 | 74 |
| Binary | 1010100 | 11011100 | 11001011 | 111110 | 0 | 1000 | 1110 | 10101100 | 1000010 | 111100 |
Color Harmonies of #54DCCB
Complementary color
Monochromatic Colors of #54DCCB
Black with #54DCCB
Text Example
Text Example
White with #54DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCCB; }
p { color: rgb(84,220,203); }
H1.HeaderClassName
{
color: #54DCCB;
}
.AnyTagClassName
{
color: #54DCCB;
}
</style>
background-color css
<style>
a { background-color: #54DCCB; }
a { background-color: rgb(84,220,203); }
div.DivClassName
{
background-color: #54DCCB;
}
.BgClassName
{
background-color: #54DCCB;
}
</style>
border-color css
<style>
span { border-color: #54DCCB; }
span { border-color: rgb(84,220,203); }
td.TdClassName
{
border-color: #54DCCB;
}
.TagClassName
{
border-color: #54DCCB;
}
</style>