Shades of Medium Turquoise #54DCCF
Tints of Medium Turquoise #54DCCF
RGB
CMYK
RGB Variations
Color information
#54DCCF (or 0x54DCCF) is known color: Medium Turquoise. HEX triplet: 54, DC and CF. RGB value is (84,220,207). Sum of RGB (Red+Green+Blue) = 84+220+207=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #54DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DCCF is #AB2330. Grayscale: #B1B1B1. Windows color (decimal): -11215665 or 13622356. OLE color: 13622356.
HSL color Cylindrical-coordinate representation of color #54DCCF: hue angle of 174.26º 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 #54DCCF is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 220 | 207 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.14 |
| HSL | 174.26º | 0.66% | 0.6% | - |
| HSV(B) | 174.26º | 0.62% | 0.86% | - |
| XYZ | 40.51 | 57.58 | 68.01 | - |
| YUV | 177.85 | 144.44 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 220 | 207 | 0.62 | 0 | 0.06 | 0.14 | 174.26 | 0.66 | 0.6 |
| Hex | 54 | DC | CF | 3E | 0 | 6 | E | AE | 42 | 3C |
| Octal | 124 | 334 | 317 | 76 | 0 | 6 | 16 | 256 | 102 | 74 |
| Binary | 1010100 | 11011100 | 11001111 | 111110 | 0 | 110 | 1110 | 10101110 | 1000010 | 111100 |
Color Harmonies of #54DCCF
Complementary color
Monochromatic Colors of #54DCCF
Black with #54DCCF
Text Example
Text Example
White with #54DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DCCF; }
p { color: rgb(84,220,207); }
H1.HeaderClassName
{
color: #54DCCF;
}
.AnyTagClassName
{
color: #54DCCF;
}
</style>
background-color css
<style>
a { background-color: #54DCCF; }
a { background-color: rgb(84,220,207); }
div.DivClassName
{
background-color: #54DCCF;
}
.BgClassName
{
background-color: #54DCCF;
}
</style>
border-color css
<style>
span { border-color: #54DCCF; }
span { border-color: rgb(84,220,207); }
td.TdClassName
{
border-color: #54DCCF;
}
.TagClassName
{
border-color: #54DCCF;
}
</style>