Shades of Medium Turquoise #54CACB
Tints of Medium Turquoise #54CACB
RGB
CMYK
RGB Variations
Color information
#54CACB (or 0x54CACB) is known color: Medium Turquoise. HEX triplet: 54, CA and CB. RGB value is (84,202,203). Sum of RGB (Red+Green+Blue) = 84+202+203=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #54CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CACB is #AB3534. Grayscale: #A6A6A6. Windows color (decimal): -11220277 or 13355604. OLE color: 13355604.
HSL color Cylindrical-coordinate representation of color #54CACB: hue angle of 180.5º 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 #54CACB is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 202 | 203 | - |
| CMYK | 0.59 | 0.00 | 0 | 0.20 |
| HSL | 180.5º | 0.53% | 0.56% | - |
| HSV(B) | 180.5º | 0.59% | 0.8% | - |
| XYZ | 35.56 | 48.44 | 63.98 | - |
| YUV | 166.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 203 | 0.59 | 0.00 | 0 | 0.20 | 180.5 | 0.53 | 0.56 |
| Hex | 54 | CA | CB | 3B | 0 | 0 | 14 | B5 | 35 | 38 |
| Octal | 124 | 312 | 313 | 73 | 0 | 0 | 24 | 265 | 65 | 70 |
| Binary | 1010100 | 11001010 | 11001011 | 111011 | 0 | 0 | 10100 | 10110101 | 110101 | 111000 |
Color Harmonies of #54CACB
Complementary color
Monochromatic Colors of #54CACB
Black with #54CACB
Text Example
Text Example
White with #54CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CACB; }
p { color: rgb(84,202,203); }
H1.HeaderClassName
{
color: #54CACB;
}
.AnyTagClassName
{
color: #54CACB;
}
</style>
background-color css
<style>
a { background-color: #54CACB; }
a { background-color: rgb(84,202,203); }
div.DivClassName
{
background-color: #54CACB;
}
.BgClassName
{
background-color: #54CACB;
}
</style>
border-color css
<style>
span { border-color: #54CACB; }
span { border-color: rgb(84,202,203); }
td.TdClassName
{
border-color: #54CACB;
}
.TagClassName
{
border-color: #54CACB;
}
</style>