Shades of Medium Turquoise #54CFDA
Tints of Medium Turquoise #54CFDA
RGB
CMYK
RGB Variations
Color information
#54CFDA (or 0x54CFDA) is known color: Medium Turquoise. HEX triplet: 54, CF and DA. RGB value is (84,207,218). Sum of RGB (Red+Green+Blue) = 84+207+218=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #54CFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFDA is #AB3025. Grayscale: #ABABAB. Windows color (decimal): -11218982 or 14339924. OLE color: 14339924.
HSL color Cylindrical-coordinate representation of color #54CFDA: hue angle of 184.93º 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 #54CFDA is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 207 | 218 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.15 |
| HSL | 184.93º | 0.64% | 0.59% | - |
| HSV(B) | 184.93º | 0.61% | 0.85% | - |
| XYZ | 38.62 | 51.57 | 74.25 | - |
| YUV | 171.48 | 154.25 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 207 | 218 | 0.61 | 0.05 | 0 | 0.15 | 184.93 | 0.64 | 0.59 |
| Hex | 54 | CF | DA | 3D | 5 | 0 | F | B9 | 40 | 3B |
| Octal | 124 | 317 | 332 | 75 | 5 | 0 | 17 | 271 | 100 | 73 |
| Binary | 1010100 | 11001111 | 11011010 | 111101 | 101 | 0 | 1111 | 10111001 | 1000000 | 111011 |
Color Harmonies of #54CFDA
Complementary color
Monochromatic Colors of #54CFDA
Black with #54CFDA
Text Example
Text Example
White with #54CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CFDA; }
p { color: rgb(84,207,218); }
H1.HeaderClassName
{
color: #54CFDA;
}
.AnyTagClassName
{
color: #54CFDA;
}
</style>
background-color css
<style>
a { background-color: #54CFDA; }
a { background-color: rgb(84,207,218); }
div.DivClassName
{
background-color: #54CFDA;
}
.BgClassName
{
background-color: #54CFDA;
}
</style>
border-color css
<style>
span { border-color: #54CFDA; }
span { border-color: rgb(84,207,218); }
td.TdClassName
{
border-color: #54CFDA;
}
.TagClassName
{
border-color: #54CFDA;
}
</style>