Shades of Medium Turquoise #54DBDF
Tints of Medium Turquoise #54DBDF
RGB
CMYK
RGB Variations
Color information
#54DBDF (or 0x54DBDF) is known color: Medium Turquoise. HEX triplet: 54, DB and DF. RGB value is (84,219,223). Sum of RGB (Red+Green+Blue) = 84+219+223=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #54DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DBDF is #AB2420. Grayscale: #B2B2B2. Windows color (decimal): -11215905 or 14670676. OLE color: 14670676.
HSL color Cylindrical-coordinate representation of color #54DBDF: hue angle of 181.73º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54DBDF is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 219 | 223 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.13 |
| HSL | 181.73º | 0.68% | 0.6% | - |
| HSV(B) | 181.73º | 0.62% | 0.87% | - |
| XYZ | 42.31 | 57.88 | 78.75 | - |
| YUV | 179.09 | 152.77 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 219 | 223 | 0.62 | 0.02 | 0 | 0.13 | 181.73 | 0.68 | 0.6 |
| Hex | 54 | DB | DF | 3E | 2 | 0 | D | B6 | 44 | 3C |
| Octal | 124 | 333 | 337 | 76 | 2 | 0 | 15 | 266 | 104 | 74 |
| Binary | 1010100 | 11011011 | 11011111 | 111110 | 10 | 0 | 1101 | 10110110 | 1000100 | 111100 |
Color Harmonies of #54DBDF
Complementary color
Monochromatic Colors of #54DBDF
Black with #54DBDF
Text Example
Text Example
White with #54DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DBDF; }
p { color: rgb(84,219,223); }
H1.HeaderClassName
{
color: #54DBDF;
}
.AnyTagClassName
{
color: #54DBDF;
}
</style>
background-color css
<style>
a { background-color: #54DBDF; }
a { background-color: rgb(84,219,223); }
div.DivClassName
{
background-color: #54DBDF;
}
.BgClassName
{
background-color: #54DBDF;
}
</style>
border-color css
<style>
span { border-color: #54DBDF; }
span { border-color: rgb(84,219,223); }
td.TdClassName
{
border-color: #54DBDF;
}
.TagClassName
{
border-color: #54DBDF;
}
</style>