Shades of Medium Turquoise #54CDB8
Tints of Medium Turquoise #54CDB8
RGB
CMYK
RGB Variations
Color information
#54CDB8 (or 0x54CDB8) is known color: Medium Turquoise. HEX triplet: 54, CD and B8. RGB value is (84,205,184). Sum of RGB (Red+Green+Blue) = 84+205+184=473 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.76% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDB8 is #AB3247. Grayscale: #A6A6A6. Windows color (decimal): -11219528 or 12111188. OLE color: 12111188.
HSL color Cylindrical-coordinate representation of color #54CDB8: hue angle of 169.59º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CDB8 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 205 | 184 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.20 |
| HSL | 169.59º | 0.55% | 0.57% | - |
| HSV(B) | 169.59º | 0.59% | 0.8% | - |
| XYZ | 34.14 | 49.01 | 53.01 | - |
| YUV | 166.43 | 137.91 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 184 | 0.59 | 0 | 0.10 | 0.20 | 169.59 | 0.55 | 0.57 |
| Hex | 54 | CD | B8 | 3B | 0 | A | 14 | AA | 37 | 39 |
| Octal | 124 | 315 | 270 | 73 | 0 | 12 | 24 | 252 | 67 | 71 |
| Binary | 1010100 | 11001101 | 10111000 | 111011 | 0 | 1010 | 10100 | 10101010 | 110111 | 111001 |
Color Harmonies of #54CDB8
Complementary color
Monochromatic Colors of #54CDB8
Black with #54CDB8
Text Example
Text Example
White with #54CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDB8; }
p { color: rgb(84,205,184); }
H1.HeaderClassName
{
color: #54CDB8;
}
.AnyTagClassName
{
color: #54CDB8;
}
</style>
background-color css
<style>
a { background-color: #54CDB8; }
a { background-color: rgb(84,205,184); }
div.DivClassName
{
background-color: #54CDB8;
}
.BgClassName
{
background-color: #54CDB8;
}
</style>
border-color css
<style>
span { border-color: #54CDB8; }
span { border-color: rgb(84,205,184); }
td.TdClassName
{
border-color: #54CDB8;
}
.TagClassName
{
border-color: #54CDB8;
}
</style>