Shades of Medium Turquoise #54D7CB
Tints of Medium Turquoise #54D7CB
RGB
CMYK
RGB Variations
Color information
#54D7CB (or 0x54D7CB) is known color: Medium Turquoise. HEX triplet: 54, D7 and CB. RGB value is (84,215,203). Sum of RGB (Red+Green+Blue) = 84+215+203=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #54D7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D7CB is #AB2834. Grayscale: #AEAEAE. Windows color (decimal): -11216949 or 13358932. OLE color: 13358932.
HSL color Cylindrical-coordinate representation of color #54D7CB: hue angle of 174.5º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D7CB is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 215 | 203 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.16 |
| HSL | 174.5º | 0.62% | 0.59% | - |
| HSV(B) | 174.5º | 0.61% | 0.84% | - |
| XYZ | 38.74 | 54.8 | 65.04 | - |
| YUV | 174.46 | 144.1 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 215 | 203 | 0.61 | 0 | 0.06 | 0.16 | 174.5 | 0.62 | 0.59 |
| Hex | 54 | D7 | CB | 3D | 0 | 6 | 10 | AF | 3E | 3B |
| Octal | 124 | 327 | 313 | 75 | 0 | 6 | 20 | 257 | 76 | 73 |
| Binary | 1010100 | 11010111 | 11001011 | 111101 | 0 | 110 | 10000 | 10101111 | 111110 | 111011 |
Color Harmonies of #54D7CB
Complementary color
Monochromatic Colors of #54D7CB
Black with #54D7CB
Text Example
Text Example
White with #54D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D7CB; }
p { color: rgb(84,215,203); }
H1.HeaderClassName
{
color: #54D7CB;
}
.AnyTagClassName
{
color: #54D7CB;
}
</style>
background-color css
<style>
a { background-color: #54D7CB; }
a { background-color: rgb(84,215,203); }
div.DivClassName
{
background-color: #54D7CB;
}
.BgClassName
{
background-color: #54D7CB;
}
</style>
border-color css
<style>
span { border-color: #54D7CB; }
span { border-color: rgb(84,215,203); }
td.TdClassName
{
border-color: #54D7CB;
}
.TagClassName
{
border-color: #54D7CB;
}
</style>