Shades of Medium Turquoise #54CFCB
Tints of Medium Turquoise #54CFCB
RGB
CMYK
RGB Variations
Color information
#54CFCB (or 0x54CFCB) is known color: Medium Turquoise. HEX triplet: 54, CF and CB. RGB value is (84,207,203). Sum of RGB (Red+Green+Blue) = 84+207+203=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFCB is #AB3034. Grayscale: #A9A9A9. Windows color (decimal): -11218997 or 13356884. OLE color: 13356884.
HSL color Cylindrical-coordinate representation of color #54CFCB: hue angle of 178.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CFCB is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 203 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.19 |
| HSL | 178.05º | 0.56% | 0.57% | - |
| HSV(B) | 178.05º | 0.59% | 0.81% | - |
| XYZ | 36.75 | 50.82 | 64.37 | - |
| YUV | 169.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 203 | 0.59 | 0 | 0.02 | 0.19 | 178.05 | 0.56 | 0.57 |
| Hex | 54 | CF | CB | 3B | 0 | 2 | 13 | B2 | 38 | 39 |
| Octal | 124 | 317 | 313 | 73 | 0 | 2 | 23 | 262 | 70 | 71 |
| Binary | 1010100 | 11001111 | 11001011 | 111011 | 0 | 10 | 10011 | 10110010 | 111000 | 111001 |
Color Harmonies of #54CFCB
Complementary color
Monochromatic Colors of #54CFCB
Black with #54CFCB
Text Example
Text Example
White with #54CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFCB; }
p { color: rgb(84,207,203); }
H1.HeaderClassName
{
color: #54CFCB;
}
.AnyTagClassName
{
color: #54CFCB;
}
</style>
background-color css
<style>
a { background-color: #54CFCB; }
a { background-color: rgb(84,207,203); }
div.DivClassName
{
background-color: #54CFCB;
}
.BgClassName
{
background-color: #54CFCB;
}
</style>
border-color css
<style>
span { border-color: #54CFCB; }
span { border-color: rgb(84,207,203); }
td.TdClassName
{
border-color: #54CFCB;
}
.TagClassName
{
border-color: #54CFCB;
}
</style>