Shades of Medium Turquoise #54CBBC
Tints of Medium Turquoise #54CBBC
RGB
CMYK
RGB Variations
Color information
#54CBBC (or 0x54CBBC) is known color: Medium Turquoise. HEX triplet: 54, CB and BC. RGB value is (84,203,188). Sum of RGB (Red+Green+Blue) = 84+203+188=475 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.68% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBBC is #AB3443. Grayscale: #A5A5A5. Windows color (decimal): -11220036 or 12372820. OLE color: 12372820.
HSL color Cylindrical-coordinate representation of color #54CBBC: hue angle of 172.44º degrees, saturation: 0.53, 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 #54CBBC is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 188 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.20 |
| HSL | 172.44º | 0.53% | 0.56% | - |
| HSV(B) | 172.44º | 0.59% | 0.8% | - |
| XYZ | 34.09 | 48.23 | 55.09 | - |
| YUV | 165.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 188 | 0.59 | 0 | 0.07 | 0.20 | 172.44 | 0.53 | 0.56 |
| Hex | 54 | CB | BC | 3B | 0 | 7 | 14 | AC | 35 | 38 |
| Octal | 124 | 313 | 274 | 73 | 0 | 7 | 24 | 254 | 65 | 70 |
| Binary | 1010100 | 11001011 | 10111100 | 111011 | 0 | 111 | 10100 | 10101100 | 110101 | 111000 |
Color Harmonies of #54CBBC
Complementary color
Monochromatic Colors of #54CBBC
Black with #54CBBC
Text Example
Text Example
White with #54CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBBC; }
p { color: rgb(84,203,188); }
H1.HeaderClassName
{
color: #54CBBC;
}
.AnyTagClassName
{
color: #54CBBC;
}
</style>
background-color css
<style>
a { background-color: #54CBBC; }
a { background-color: rgb(84,203,188); }
div.DivClassName
{
background-color: #54CBBC;
}
.BgClassName
{
background-color: #54CBBC;
}
</style>
border-color css
<style>
span { border-color: #54CBBC; }
span { border-color: rgb(84,203,188); }
td.TdClassName
{
border-color: #54CBBC;
}
.TagClassName
{
border-color: #54CBBC;
}
</style>