Shades of Turquoise #54F9DD
Tints of Turquoise #54F9DD
RGB
CMYK
RGB Variations
Color information
#54F9DD (or 0x54F9DD) is known color: Turquoise. HEX triplet: 54, F9 and DD. RGB value is (84,249,221). Sum of RGB (Red+Green+Blue) = 84+249+221=554 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.16% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54F9DD is #AB0622. Grayscale: #C4C4C4. Windows color (decimal): -11208227 or 14547284. OLE color: 14547284.
HSL color Cylindrical-coordinate representation of color #54F9DD: hue angle of 169.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F9DD is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 249 | 221 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.02 |
| HSL | 169.82º | 0.93% | 0.65% | - |
| HSV(B) | 169.82º | 0.66% | 0.98% | - |
| XYZ | 50.58 | 74.86 | 80.19 | - |
| YUV | 196.47 | 141.84 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 249 | 221 | 0.66 | 0 | 0.11 | 0.02 | 169.82 | 0.93 | 0.65 |
| Hex | 54 | F9 | DD | 42 | 0 | B | 2 | AA | 5D | 41 |
| Octal | 124 | 371 | 335 | 102 | 0 | 13 | 2 | 252 | 135 | 101 |
| Binary | 1010100 | 11111001 | 11011101 | 1000010 | 0 | 1011 | 10 | 10101010 | 1011101 | 1000001 |
Color Harmonies of #54F9DD
Complementary color
Monochromatic Colors of #54F9DD
Black with #54F9DD
Text Example
Text Example
White with #54F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F9DD; }
p { color: rgb(84,249,221); }
H1.HeaderClassName
{
color: #54F9DD;
}
.AnyTagClassName
{
color: #54F9DD;
}
</style>
background-color css
<style>
a { background-color: #54F9DD; }
a { background-color: rgb(84,249,221); }
div.DivClassName
{
background-color: #54F9DD;
}
.BgClassName
{
background-color: #54F9DD;
}
</style>
border-color css
<style>
span { border-color: #54F9DD; }
span { border-color: rgb(84,249,221); }
td.TdClassName
{
border-color: #54F9DD;
}
.TagClassName
{
border-color: #54F9DD;
}
</style>