Shades of Turquoise #54FBDD
Tints of Turquoise #54FBDD
RGB
CMYK
RGB Variations
Color information
#54FBDD (or 0x54FBDD) is known color: Turquoise. HEX triplet: 54, FB and DD. RGB value is (84,251,221). Sum of RGB (Red+Green+Blue) = 84+251+221=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FBDD is #AB0422. Grayscale: #C5C5C5. Windows color (decimal): -11207715 or 14547796. OLE color: 14547796.
HSL color Cylindrical-coordinate representation of color #54FBDD: hue angle of 169.22º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FBDD is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 251 | 221 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.02 |
| HSL | 169.22º | 0.95% | 0.66% | - |
| HSV(B) | 169.22º | 0.67% | 0.98% | - |
| XYZ | 51.2 | 76.1 | 80.4 | - |
| YUV | 197.65 | 141.17 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 251 | 221 | 0.67 | 0 | 0.12 | 0.02 | 169.22 | 0.95 | 0.66 |
| Hex | 54 | FB | DD | 43 | 0 | C | 2 | A9 | 5F | 42 |
| Octal | 124 | 373 | 335 | 103 | 0 | 14 | 2 | 251 | 137 | 102 |
| Binary | 1010100 | 11111011 | 11011101 | 1000011 | 0 | 1100 | 10 | 10101001 | 1011111 | 1000010 |
Color Harmonies of #54FBDD
Complementary color
Monochromatic Colors of #54FBDD
Black with #54FBDD
Text Example
Text Example
White with #54FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FBDD; }
p { color: rgb(84,251,221); }
H1.HeaderClassName
{
color: #54FBDD;
}
.AnyTagClassName
{
color: #54FBDD;
}
</style>
background-color css
<style>
a { background-color: #54FBDD; }
a { background-color: rgb(84,251,221); }
div.DivClassName
{
background-color: #54FBDD;
}
.BgClassName
{
background-color: #54FBDD;
}
</style>
border-color css
<style>
span { border-color: #54FBDD; }
span { border-color: rgb(84,251,221); }
td.TdClassName
{
border-color: #54FBDD;
}
.TagClassName
{
border-color: #54FBDD;
}
</style>