Shades of Medium Turquoise #54DACF
Tints of Medium Turquoise #54DACF
RGB
CMYK
RGB Variations
Color information
#54DACF (or 0x54DACF) is known color: Medium Turquoise. HEX triplet: 54, DA and CF. RGB value is (84,218,207). Sum of RGB (Red+Green+Blue) = 84+218+207=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #54DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54DACF is #AB2530. Grayscale: #B0B0B0. Windows color (decimal): -11216177 or 13621844. OLE color: 13621844.
HSL color Cylindrical-coordinate representation of color #54DACF: hue angle of 175.07º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54DACF is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 207 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.15 |
| HSL | 175.07º | 0.64% | 0.59% | - |
| HSV(B) | 175.07º | 0.61% | 0.85% | - |
| XYZ | 39.99 | 56.53 | 67.84 | - |
| YUV | 176.68 | 145.11 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 207 | 0.61 | 0 | 0.05 | 0.15 | 175.07 | 0.64 | 0.59 |
| Hex | 54 | DA | CF | 3D | 0 | 5 | F | AF | 40 | 3B |
| Octal | 124 | 332 | 317 | 75 | 0 | 5 | 17 | 257 | 100 | 73 |
| Binary | 1010100 | 11011010 | 11001111 | 111101 | 0 | 101 | 1111 | 10101111 | 1000000 | 111011 |
Color Harmonies of #54DACF
Complementary color
Monochromatic Colors of #54DACF
Black with #54DACF
Text Example
Text Example
White with #54DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DACF; }
p { color: rgb(84,218,207); }
H1.HeaderClassName
{
color: #54DACF;
}
.AnyTagClassName
{
color: #54DACF;
}
</style>
background-color css
<style>
a { background-color: #54DACF; }
a { background-color: rgb(84,218,207); }
div.DivClassName
{
background-color: #54DACF;
}
.BgClassName
{
background-color: #54DACF;
}
</style>
border-color css
<style>
span { border-color: #54DACF; }
span { border-color: rgb(84,218,207); }
td.TdClassName
{
border-color: #54DACF;
}
.TagClassName
{
border-color: #54DACF;
}
</style>