Shades of Medium Turquoise #54CCBC
Tints of Medium Turquoise #54CCBC
RGB
CMYK
RGB Variations
Color information
#54CCBC (or 0x54CCBC) is known color: Medium Turquoise. HEX triplet: 54, CC and BC. RGB value is (84,204,188). Sum of RGB (Red+Green+Blue) = 84+204+188=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #54CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCBC is #AB3343. Grayscale: #A6A6A6. Windows color (decimal): -11219780 or 12373076. OLE color: 12373076.
HSL color Cylindrical-coordinate representation of color #54CCBC: hue angle of 172º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CCBC is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 204 | 188 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.2 |
| HSL | 172º | 0.54% | 0.56% | - |
| HSV(B) | 172º | 0.59% | 0.8% | - |
| XYZ | 34.33 | 48.7 | 55.17 | - |
| YUV | 166.3 | 140.24 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 188 | 0.59 | 0 | 0.08 | 0.2 | 172 | 0.54 | 0.56 |
| Hex | 54 | CC | BC | 3B | 0 | 8 | 14 | AC | 36 | 38 |
| Octal | 124 | 314 | 274 | 73 | 0 | 10 | 24 | 254 | 66 | 70 |
| Binary | 1010100 | 11001100 | 10111100 | 111011 | 0 | 1000 | 10100 | 10101100 | 110110 | 111000 |
Color Harmonies of #54CCBC
Complementary color
Monochromatic Colors of #54CCBC
Black with #54CCBC
Text Example
Text Example
White with #54CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCBC; }
p { color: rgb(84,204,188); }
H1.HeaderClassName
{
color: #54CCBC;
}
.AnyTagClassName
{
color: #54CCBC;
}
</style>
background-color css
<style>
a { background-color: #54CCBC; }
a { background-color: rgb(84,204,188); }
div.DivClassName
{
background-color: #54CCBC;
}
.BgClassName
{
background-color: #54CCBC;
}
</style>
border-color css
<style>
span { border-color: #54CCBC; }
span { border-color: rgb(84,204,188); }
td.TdClassName
{
border-color: #54CCBC;
}
.TagClassName
{
border-color: #54CCBC;
}
</style>