Shades of Medium Turquoise #54CFCA
Tints of Medium Turquoise #54CFCA
RGB
CMYK
RGB Variations
Color information
#54CFCA (or 0x54CFCA) is known color: Medium Turquoise. HEX triplet: 54, CF and CA. RGB value is (84,207,202). Sum of RGB (Red+Green+Blue) = 84+207+202=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFCA is #AB3035. Grayscale: #A9A9A9. Windows color (decimal): -11218998 or 13291348. OLE color: 13291348.
HSL color Cylindrical-coordinate representation of color #54CFCA: hue angle of 177.56º 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 #54CFCA is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 207 | 202 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.19 |
| HSL | 177.56º | 0.56% | 0.57% | - |
| HSV(B) | 177.56º | 0.59% | 0.81% | - |
| XYZ | 36.63 | 50.77 | 63.75 | - |
| YUV | 169.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 202 | 0.59 | 0 | 0.02 | 0.19 | 177.56 | 0.56 | 0.57 |
| Hex | 54 | CF | CA | 3B | 0 | 2 | 13 | B2 | 38 | 39 |
| Octal | 124 | 317 | 312 | 73 | 0 | 2 | 23 | 262 | 70 | 71 |
| Binary | 1010100 | 11001111 | 11001010 | 111011 | 0 | 10 | 10011 | 10110010 | 111000 | 111001 |
Color Harmonies of #54CFCA
Complementary color
Monochromatic Colors of #54CFCA
Black with #54CFCA
Text Example
Text Example
White with #54CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFCA; }
p { color: rgb(84,207,202); }
H1.HeaderClassName
{
color: #54CFCA;
}
.AnyTagClassName
{
color: #54CFCA;
}
</style>
background-color css
<style>
a { background-color: #54CFCA; }
a { background-color: rgb(84,207,202); }
div.DivClassName
{
background-color: #54CFCA;
}
.BgClassName
{
background-color: #54CFCA;
}
</style>
border-color css
<style>
span { border-color: #54CFCA; }
span { border-color: rgb(84,207,202); }
td.TdClassName
{
border-color: #54CFCA;
}
.TagClassName
{
border-color: #54CFCA;
}
</style>