Shades of Medium Turquoise #54CCD6
Tints of Medium Turquoise #54CCD6
RGB
CMYK
RGB Variations
Color information
#54CCD6 (or 0x54CCD6) is known color: Medium Turquoise. HEX triplet: 54, CC and D6. RGB value is (84,204,214). Sum of RGB (Red+Green+Blue) = 84+204+214=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #54CCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCD6 is #AB3329. Grayscale: #A9A9A9. Windows color (decimal): -11219754 or 14077012. OLE color: 14077012.
HSL color Cylindrical-coordinate representation of color #54CCD6: hue angle of 184.62º 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 #54CCD6 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 204 | 214 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.16 |
| HSL | 184.62º | 0.61% | 0.58% | - |
| HSV(B) | 184.62º | 0.61% | 0.84% | - |
| XYZ | 37.39 | 49.93 | 71.28 | - |
| YUV | 169.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 214 | 0.61 | 0.05 | 0 | 0.16 | 184.62 | 0.61 | 0.58 |
| Hex | 54 | CC | D6 | 3D | 5 | 0 | 10 | B9 | 3D | 3A |
| Octal | 124 | 314 | 326 | 75 | 5 | 0 | 20 | 271 | 75 | 72 |
| Binary | 1010100 | 11001100 | 11010110 | 111101 | 101 | 0 | 10000 | 10111001 | 111101 | 111010 |
Color Harmonies of #54CCD6
Complementary color
Monochromatic Colors of #54CCD6
Black with #54CCD6
Text Example
Text Example
White with #54CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCD6; }
p { color: rgb(84,204,214); }
H1.HeaderClassName
{
color: #54CCD6;
}
.AnyTagClassName
{
color: #54CCD6;
}
</style>
background-color css
<style>
a { background-color: #54CCD6; }
a { background-color: rgb(84,204,214); }
div.DivClassName
{
background-color: #54CCD6;
}
.BgClassName
{
background-color: #54CCD6;
}
</style>
border-color css
<style>
span { border-color: #54CCD6; }
span { border-color: rgb(84,204,214); }
td.TdClassName
{
border-color: #54CCD6;
}
.TagClassName
{
border-color: #54CCD6;
}
</style>