Shades of Medium Turquoise #54CBCC
Tints of Medium Turquoise #54CBCC
RGB
CMYK
RGB Variations
Color information
#54CBCC (or 0x54CBCC) is known color: Medium Turquoise. HEX triplet: 54, CB and CC. RGB value is (84,203,204). Sum of RGB (Red+Green+Blue) = 84+203+204=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #54CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBCC is #AB3433. Grayscale: #A7A7A7. Windows color (decimal): -11220020 or 13421396. OLE color: 13421396.
HSL color Cylindrical-coordinate representation of color #54CBCC: hue angle of 180.5º 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 #54CBCC is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 203 | 204 | - |
| CMYK | 0.59 | 0.00 | 0 | 0.2 |
| HSL | 180.5º | 0.54% | 0.56% | - |
| HSV(B) | 180.5º | 0.59% | 0.8% | - |
| XYZ | 35.91 | 48.96 | 64.68 | - |
| YUV | 167.53 | 148.58 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 204 | 0.59 | 0.00 | 0 | 0.2 | 180.5 | 0.54 | 0.56 |
| Hex | 54 | CB | CC | 3B | 0 | 0 | 14 | B4 | 36 | 38 |
| Octal | 124 | 313 | 314 | 73 | 0 | 0 | 24 | 264 | 66 | 70 |
| Binary | 1010100 | 11001011 | 11001100 | 111011 | 0 | 0 | 10100 | 10110100 | 110110 | 111000 |
Color Harmonies of #54CBCC
Complementary color
Monochromatic Colors of #54CBCC
Black with #54CBCC
Text Example
Text Example
White with #54CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBCC; }
p { color: rgb(84,203,204); }
H1.HeaderClassName
{
color: #54CBCC;
}
.AnyTagClassName
{
color: #54CBCC;
}
</style>
background-color css
<style>
a { background-color: #54CBCC; }
a { background-color: rgb(84,203,204); }
div.DivClassName
{
background-color: #54CBCC;
}
.BgClassName
{
background-color: #54CBCC;
}
</style>
border-color css
<style>
span { border-color: #54CBCC; }
span { border-color: rgb(84,203,204); }
td.TdClassName
{
border-color: #54CBCC;
}
.TagClassName
{
border-color: #54CBCC;
}
</style>