Shades of Medium Turquoise #54DBCF
Tints of Medium Turquoise #54DBCF
RGB
CMYK
RGB Variations
Color information
#54DBCF (or 0x54DBCF) is known color: Medium Turquoise. HEX triplet: 54, DB and CF. RGB value is (84,219,207). Sum of RGB (Red+Green+Blue) = 84+219+207=510 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.47% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #54DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBCF is #AB2430. Grayscale: #B1B1B1. Windows color (decimal): -11215921 or 13622100. OLE color: 13622100.
HSL color Cylindrical-coordinate representation of color #54DBCF: hue angle of 174.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DBCF is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 219 | 207 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.14 |
| HSL | 174.67º | 0.65% | 0.59% | - |
| HSV(B) | 174.67º | 0.62% | 0.86% | - |
| XYZ | 40.25 | 57.05 | 67.92 | - |
| YUV | 177.27 | 144.77 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 207 | 0.62 | 0 | 0.05 | 0.14 | 174.67 | 0.65 | 0.59 |
| Hex | 54 | DB | CF | 3E | 0 | 5 | E | AF | 41 | 3B |
| Octal | 124 | 333 | 317 | 76 | 0 | 5 | 16 | 257 | 101 | 73 |
| Binary | 1010100 | 11011011 | 11001111 | 111110 | 0 | 101 | 1110 | 10101111 | 1000001 | 111011 |
Color Harmonies of #54DBCF
Complementary color
Monochromatic Colors of #54DBCF
Black with #54DBCF
Text Example
Text Example
White with #54DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBCF; }
p { color: rgb(84,219,207); }
H1.HeaderClassName
{
color: #54DBCF;
}
.AnyTagClassName
{
color: #54DBCF;
}
</style>
background-color css
<style>
a { background-color: #54DBCF; }
a { background-color: rgb(84,219,207); }
div.DivClassName
{
background-color: #54DBCF;
}
.BgClassName
{
background-color: #54DBCF;
}
</style>
border-color css
<style>
span { border-color: #54DBCF; }
span { border-color: rgb(84,219,207); }
td.TdClassName
{
border-color: #54DBCF;
}
.TagClassName
{
border-color: #54DBCF;
}
</style>