Shades of Medium Turquoise #54DADF
Tints of Medium Turquoise #54DADF
RGB
CMYK
RGB Variations
Color information
#54DADF (or 0x54DADF) is known color: Medium Turquoise. HEX triplet: 54, DA and DF. RGB value is (84,218,223). Sum of RGB (Red+Green+Blue) = 84+218+223=525 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #54DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DADF is #AB2520. Grayscale: #B2B2B2. Windows color (decimal): -11216161 or 14670420. OLE color: 14670420.
HSL color Cylindrical-coordinate representation of color #54DADF: hue angle of 182.16º 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 #54DADF is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 218 | 223 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.13 |
| HSL | 182.16º | 0.68% | 0.6% | - |
| HSV(B) | 182.16º | 0.62% | 0.87% | - |
| XYZ | 42.05 | 57.36 | 78.67 | - |
| YUV | 178.5 | 153.11 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 223 | 0.62 | 0.02 | 0 | 0.13 | 182.16 | 0.68 | 0.6 |
| Hex | 54 | DA | DF | 3E | 2 | 0 | D | B6 | 44 | 3C |
| Octal | 124 | 332 | 337 | 76 | 2 | 0 | 15 | 266 | 104 | 74 |
| Binary | 1010100 | 11011010 | 11011111 | 111110 | 10 | 0 | 1101 | 10110110 | 1000100 | 111100 |
Color Harmonies of #54DADF
Complementary color
Monochromatic Colors of #54DADF
Black with #54DADF
Text Example
Text Example
White with #54DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DADF; }
p { color: rgb(84,218,223); }
H1.HeaderClassName
{
color: #54DADF;
}
.AnyTagClassName
{
color: #54DADF;
}
</style>
background-color css
<style>
a { background-color: #54DADF; }
a { background-color: rgb(84,218,223); }
div.DivClassName
{
background-color: #54DADF;
}
.BgClassName
{
background-color: #54DADF;
}
</style>
border-color css
<style>
span { border-color: #54DADF; }
span { border-color: rgb(84,218,223); }
td.TdClassName
{
border-color: #54DADF;
}
.TagClassName
{
border-color: #54DADF;
}
</style>