Shades of Medium Turquoise #54CBC4
Tints of Medium Turquoise #54CBC4
RGB
CMYK
RGB Variations
Color information
#54CBC4 (or 0x54CBC4) is known color: Medium Turquoise. HEX triplet: 54, CB and C4. RGB value is (84,203,196). Sum of RGB (Red+Green+Blue) = 84+203+196=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #54CBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CBC4 is #AB343B. Grayscale: #A6A6A6. Windows color (decimal): -11220028 or 12897108. OLE color: 12897108.
HSL color Cylindrical-coordinate representation of color #54CBC4: hue angle of 176.47º 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 #54CBC4 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 203 | 196 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.20 |
| HSL | 176.47º | 0.53% | 0.56% | - |
| HSV(B) | 176.47º | 0.59% | 0.8% | - |
| XYZ | 34.98 | 48.58 | 59.76 | - |
| YUV | 166.62 | 144.58 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 196 | 0.59 | 0 | 0.03 | 0.20 | 176.47 | 0.53 | 0.56 |
| Hex | 54 | CB | C4 | 3B | 0 | 3 | 14 | B0 | 35 | 38 |
| Octal | 124 | 313 | 304 | 73 | 0 | 3 | 24 | 260 | 65 | 70 |
| Binary | 1010100 | 11001011 | 11000100 | 111011 | 0 | 11 | 10100 | 10110000 | 110101 | 111000 |
Color Harmonies of #54CBC4
Complementary color
Monochromatic Colors of #54CBC4
Black with #54CBC4
Text Example
Text Example
White with #54CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBC4; }
p { color: rgb(84,203,196); }
H1.HeaderClassName
{
color: #54CBC4;
}
.AnyTagClassName
{
color: #54CBC4;
}
</style>
background-color css
<style>
a { background-color: #54CBC4; }
a { background-color: rgb(84,203,196); }
div.DivClassName
{
background-color: #54CBC4;
}
.BgClassName
{
background-color: #54CBC4;
}
</style>
border-color css
<style>
span { border-color: #54CBC4; }
span { border-color: rgb(84,203,196); }
td.TdClassName
{
border-color: #54CBC4;
}
.TagClassName
{
border-color: #54CBC4;
}
</style>