Shades of Turquoise #54FDBD
Tints of Turquoise #54FDBD
RGB
CMYK
RGB Variations
Color information
#54FDBD (or 0x54FDBD) is known color: Turquoise. HEX triplet: 54, FD and BD. RGB value is (84,253,189). Sum of RGB (Red+Green+Blue) = 84+253+189=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54FDBD is #AB0242. Grayscale: #C3C3C3. Windows color (decimal): -11207235 or 12451156. OLE color: 12451156.
HSL color Cylindrical-coordinate representation of color #54FDBD: hue angle of 157.28º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FDBD is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 253 | 189 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.01 |
| HSL | 157.28º | 0.98% | 0.66% | - |
| HSV(B) | 157.28º | 0.67% | 0.99% | - |
| XYZ | 47.97 | 75.81 | 60.25 | - |
| YUV | 195.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 253 | 189 | 0.67 | 0 | 0.25 | 0.01 | 157.28 | 0.98 | 0.66 |
| Hex | 54 | FD | BD | 43 | 0 | 19 | 1 | 9D | 62 | 42 |
| Octal | 124 | 375 | 275 | 103 | 0 | 31 | 1 | 235 | 142 | 102 |
| Binary | 1010100 | 11111101 | 10111101 | 1000011 | 0 | 11001 | 1 | 10011101 | 1100010 | 1000010 |
Color Harmonies of #54FDBD
Complementary color
Monochromatic Colors of #54FDBD
Black with #54FDBD
Text Example
Text Example
White with #54FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FDBD; }
p { color: rgb(84,253,189); }
H1.HeaderClassName
{
color: #54FDBD;
}
.AnyTagClassName
{
color: #54FDBD;
}
</style>
background-color css
<style>
a { background-color: #54FDBD; }
a { background-color: rgb(84,253,189); }
div.DivClassName
{
background-color: #54FDBD;
}
.BgClassName
{
background-color: #54FDBD;
}
</style>
border-color css
<style>
span { border-color: #54FDBD; }
span { border-color: rgb(84,253,189); }
td.TdClassName
{
border-color: #54FDBD;
}
.TagClassName
{
border-color: #54FDBD;
}
</style>