Shades of Medium Turquoise #54DCCA
Tints of Medium Turquoise #54DCCA
RGB
CMYK
RGB Variations
Color information
#54DCCA (or 0x54DCCA) is known color: Medium Turquoise. HEX triplet: 54, DC and CA. RGB value is (84,220,202). Sum of RGB (Red+Green+Blue) = 84+220+202=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCCA is #AB2335. Grayscale: #B1B1B1. Windows color (decimal): -11215670 or 13294676. OLE color: 13294676.
HSL color Cylindrical-coordinate representation of color #54DCCA: hue angle of 172.06º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DCCA is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 202 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.14 |
| HSL | 172.06º | 0.66% | 0.6% | - |
| HSV(B) | 172.06º | 0.62% | 0.86% | - |
| XYZ | 39.91 | 57.34 | 64.84 | - |
| YUV | 177.28 | 141.94 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 202 | 0.62 | 0 | 0.08 | 0.14 | 172.06 | 0.66 | 0.6 |
| Hex | 54 | DC | CA | 3E | 0 | 8 | E | AC | 42 | 3C |
| Octal | 124 | 334 | 312 | 76 | 0 | 10 | 16 | 254 | 102 | 74 |
| Binary | 1010100 | 11011100 | 11001010 | 111110 | 0 | 1000 | 1110 | 10101100 | 1000010 | 111100 |
Color Harmonies of #54DCCA
Complementary color
Monochromatic Colors of #54DCCA
Black with #54DCCA
Text Example
Text Example
White with #54DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCCA; }
p { color: rgb(84,220,202); }
H1.HeaderClassName
{
color: #54DCCA;
}
.AnyTagClassName
{
color: #54DCCA;
}
</style>
background-color css
<style>
a { background-color: #54DCCA; }
a { background-color: rgb(84,220,202); }
div.DivClassName
{
background-color: #54DCCA;
}
.BgClassName
{
background-color: #54DCCA;
}
</style>
border-color css
<style>
span { border-color: #54DCCA; }
span { border-color: rgb(84,220,202); }
td.TdClassName
{
border-color: #54DCCA;
}
.TagClassName
{
border-color: #54DCCA;
}
</style>