Shades of Medium Turquoise #54CBC8
Tints of Medium Turquoise #54CBC8
RGB
CMYK
RGB Variations
Color information
#54CBC8 (or 0x54CBC8) is known color: Medium Turquoise. HEX triplet: 54, CB and C8. RGB value is (84,203,200). Sum of RGB (Red+Green+Blue) = 84+203+200=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBC8 is #AB3437. Grayscale: #A6A6A6. Windows color (decimal): -11220024 or 13159252. OLE color: 13159252.
HSL color Cylindrical-coordinate representation of color #54CBC8: hue angle of 178.49º 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 #54CBC8 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 200 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.20 |
| HSL | 178.49º | 0.53% | 0.56% | - |
| HSV(B) | 178.49º | 0.59% | 0.8% | - |
| XYZ | 35.44 | 48.77 | 62.19 | - |
| YUV | 167.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 200 | 0.59 | 0 | 0.01 | 0.20 | 178.49 | 0.53 | 0.56 |
| Hex | 54 | CB | C8 | 3B | 0 | 1 | 14 | B2 | 35 | 38 |
| Octal | 124 | 313 | 310 | 73 | 0 | 1 | 24 | 262 | 65 | 70 |
| Binary | 1010100 | 11001011 | 11001000 | 111011 | 0 | 1 | 10100 | 10110010 | 110101 | 111000 |
Color Harmonies of #54CBC8
Complementary color
Monochromatic Colors of #54CBC8
Black with #54CBC8
Text Example
Text Example
White with #54CBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBC8; }
p { color: rgb(84,203,200); }
H1.HeaderClassName
{
color: #54CBC8;
}
.AnyTagClassName
{
color: #54CBC8;
}
</style>
background-color css
<style>
a { background-color: #54CBC8; }
a { background-color: rgb(84,203,200); }
div.DivClassName
{
background-color: #54CBC8;
}
.BgClassName
{
background-color: #54CBC8;
}
</style>
border-color css
<style>
span { border-color: #54CBC8; }
span { border-color: rgb(84,203,200); }
td.TdClassName
{
border-color: #54CBC8;
}
.TagClassName
{
border-color: #54CBC8;
}
</style>