Shades of Turquoise #54FAB7
Tints of Turquoise #54FAB7
RGB
CMYK
RGB Variations
Color information
#54FAB7 (or 0x54FAB7) is known color: Turquoise. HEX triplet: 54, FA and B7. RGB value is (84,250,183). Sum of RGB (Red+Green+Blue) = 84+250+183=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FAB7 is #AB0548. Grayscale: #C0C0C0. Windows color (decimal): -11208009 or 12057172. OLE color: 12057172.
HSL color Cylindrical-coordinate representation of color #54FAB7: hue angle of 155.78º degrees, saturation: 0.94, 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 #54FAB7 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 250 | 183 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.02 |
| HSL | 155.78º | 0.94% | 0.65% | - |
| HSV(B) | 155.78º | 0.66% | 0.98% | - |
| XYZ | 46.39 | 73.67 | 56.58 | - |
| YUV | 192.73 | 122.5 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 250 | 183 | 0.66 | 0 | 0.27 | 0.02 | 155.78 | 0.94 | 0.65 |
| Hex | 54 | FA | B7 | 42 | 0 | 1B | 2 | 9C | 5E | 41 |
| Octal | 124 | 372 | 267 | 102 | 0 | 33 | 2 | 234 | 136 | 101 |
| Binary | 1010100 | 11111010 | 10110111 | 1000010 | 0 | 11011 | 10 | 10011100 | 1011110 | 1000001 |
Color Harmonies of #54FAB7
Complementary color
Monochromatic Colors of #54FAB7
Black with #54FAB7
Text Example
Text Example
White with #54FAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FAB7; }
p { color: rgb(84,250,183); }
H1.HeaderClassName
{
color: #54FAB7;
}
.AnyTagClassName
{
color: #54FAB7;
}
</style>
background-color css
<style>
a { background-color: #54FAB7; }
a { background-color: rgb(84,250,183); }
div.DivClassName
{
background-color: #54FAB7;
}
.BgClassName
{
background-color: #54FAB7;
}
</style>
border-color css
<style>
span { border-color: #54FAB7; }
span { border-color: rgb(84,250,183); }
td.TdClassName
{
border-color: #54FAB7;
}
.TagClassName
{
border-color: #54FAB7;
}
</style>