Shades of Medium Turquoise #54CCD5
Tints of Medium Turquoise #54CCD5
RGB
CMYK
RGB Variations
Color information
#54CCD5 (or 0x54CCD5) is known color: Medium Turquoise. HEX triplet: 54, CC and D5. RGB value is (84,204,213). Sum of RGB (Red+Green+Blue) = 84+204+213=501 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.77% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #54CCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCD5 is #AB332A. Grayscale: #A8A8A8. Windows color (decimal): -11219755 or 14011476. OLE color: 14011476.
HSL color Cylindrical-coordinate representation of color #54CCD5: hue angle of 184.19º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54CCD5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 204 | 213 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.16 |
| HSL | 184.19º | 0.61% | 0.58% | - |
| HSV(B) | 184.19º | 0.61% | 0.84% | - |
| XYZ | 37.26 | 49.87 | 70.61 | - |
| YUV | 169.15 | 152.74 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 213 | 0.61 | 0.04 | 0 | 0.16 | 184.19 | 0.61 | 0.58 |
| Hex | 54 | CC | D5 | 3D | 4 | 0 | 10 | B8 | 3D | 3A |
| Octal | 124 | 314 | 325 | 75 | 4 | 0 | 20 | 270 | 75 | 72 |
| Binary | 1010100 | 11001100 | 11010101 | 111101 | 100 | 0 | 10000 | 10111000 | 111101 | 111010 |
Color Harmonies of #54CCD5
Complementary color
Monochromatic Colors of #54CCD5
Black with #54CCD5
Text Example
Text Example
White with #54CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCD5; }
p { color: rgb(84,204,213); }
H1.HeaderClassName
{
color: #54CCD5;
}
.AnyTagClassName
{
color: #54CCD5;
}
</style>
background-color css
<style>
a { background-color: #54CCD5; }
a { background-color: rgb(84,204,213); }
div.DivClassName
{
background-color: #54CCD5;
}
.BgClassName
{
background-color: #54CCD5;
}
</style>
border-color css
<style>
span { border-color: #54CCD5; }
span { border-color: rgb(84,204,213); }
td.TdClassName
{
border-color: #54CCD5;
}
.TagClassName
{
border-color: #54CCD5;
}
</style>