Shades of Medium Turquoise #54C7DD
Tints of Medium Turquoise #54C7DD
RGB
CMYK
RGB Variations
Color information
#54C7DD (or 0x54C7DD) is known color: Medium Turquoise. HEX triplet: 54, C7 and DD. RGB value is (84,199,221). Sum of RGB (Red+Green+Blue) = 84+199+221=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #54C7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C7DD is #AB3822. Grayscale: #A6A6A6. Windows color (decimal): -11221027 or 14534484. OLE color: 14534484.
HSL color Cylindrical-coordinate representation of color #54C7DD: hue angle of 189.64º degrees, saturation: 0.67, 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 #54C7DD is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 199 | 221 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.13 |
| HSL | 189.64º | 0.67% | 0.6% | - |
| HSV(B) | 189.64º | 0.62% | 0.87% | - |
| XYZ | 37.13 | 47.95 | 75.71 | - |
| YUV | 167.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 199 | 221 | 0.62 | 0.10 | 0 | 0.13 | 189.64 | 0.67 | 0.6 |
| Hex | 54 | C7 | DD | 3E | A | 0 | D | BE | 43 | 3C |
| Octal | 124 | 307 | 335 | 76 | 12 | 0 | 15 | 276 | 103 | 74 |
| Binary | 1010100 | 11000111 | 11011101 | 111110 | 1010 | 0 | 1101 | 10111110 | 1000011 | 111100 |
Color Harmonies of #54C7DD
Complementary color
Monochromatic Colors of #54C7DD
Black with #54C7DD
Text Example
Text Example
White with #54C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C7DD; }
p { color: rgb(84,199,221); }
H1.HeaderClassName
{
color: #54C7DD;
}
.AnyTagClassName
{
color: #54C7DD;
}
</style>
background-color css
<style>
a { background-color: #54C7DD; }
a { background-color: rgb(84,199,221); }
div.DivClassName
{
background-color: #54C7DD;
}
.BgClassName
{
background-color: #54C7DD;
}
</style>
border-color css
<style>
span { border-color: #54C7DD; }
span { border-color: rgb(84,199,221); }
td.TdClassName
{
border-color: #54C7DD;
}
.TagClassName
{
border-color: #54C7DD;
}
</style>