Shades of Medium Turquoise #54C9DD
Tints of Medium Turquoise #54C9DD
RGB
CMYK
RGB Variations
Color information
#54C9DD (or 0x54C9DD) is known color: Medium Turquoise. HEX triplet: 54, C9 and DD. RGB value is (84,201,221). Sum of RGB (Red+Green+Blue) = 84+201+221=506 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.60% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #54C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C9DD is #AB3622. Grayscale: #A8A8A8. Windows color (decimal): -11220515 or 14534996. OLE color: 14534996.
HSL color Cylindrical-coordinate representation of color #54C9DD: hue angle of 188.76º 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 #54C9DD is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 201 | 221 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.13 |
| HSL | 188.76º | 0.67% | 0.6% | - |
| HSV(B) | 188.76º | 0.62% | 0.87% | - |
| XYZ | 37.59 | 48.88 | 75.86 | - |
| YUV | 168.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 201 | 221 | 0.62 | 0.09 | 0 | 0.13 | 188.76 | 0.67 | 0.6 |
| Hex | 54 | C9 | DD | 3E | 9 | 0 | D | BD | 43 | 3C |
| Octal | 124 | 311 | 335 | 76 | 11 | 0 | 15 | 275 | 103 | 74 |
| Binary | 1010100 | 11001001 | 11011101 | 111110 | 1001 | 0 | 1101 | 10111101 | 1000011 | 111100 |
Color Harmonies of #54C9DD
Complementary color
Monochromatic Colors of #54C9DD
Black with #54C9DD
Text Example
Text Example
White with #54C9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C9DD; }
p { color: rgb(84,201,221); }
H1.HeaderClassName
{
color: #54C9DD;
}
.AnyTagClassName
{
color: #54C9DD;
}
</style>
background-color css
<style>
a { background-color: #54C9DD; }
a { background-color: rgb(84,201,221); }
div.DivClassName
{
background-color: #54C9DD;
}
.BgClassName
{
background-color: #54C9DD;
}
</style>
border-color css
<style>
span { border-color: #54C9DD; }
span { border-color: rgb(84,201,221); }
td.TdClassName
{
border-color: #54C9DD;
}
.TagClassName
{
border-color: #54C9DD;
}
</style>