Shades of Turquoise #55FDBF
Tints of Turquoise #55FDBF
RGB
CMYK
RGB Variations
Color information
#55FDBF (or 0x55FDBF) is known color: Turquoise. HEX triplet: 55, FD and BF. RGB value is (85,253,191). Sum of RGB (Red+Green+Blue) = 85+253+191=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDBF is #AA0240. Grayscale: #C3C3C3. Windows color (decimal): -11141697 or 12582229. OLE color: 12582229.
HSL color Cylindrical-coordinate representation of color #55FDBF: hue angle of 157.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FDBF is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 191 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.01 |
| HSL | 157.86º | 0.98% | 0.66% | - |
| HSV(B) | 157.86º | 0.66% | 0.99% | - |
| XYZ | 48.28 | 75.94 | 61.4 | - |
| YUV | 195.7 | 125.34 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 191 | 0.66 | 0 | 0.25 | 0.01 | 157.86 | 0.98 | 0.66 |
| Hex | 55 | FD | BF | 42 | 0 | 19 | 1 | 9E | 62 | 42 |
| Octal | 125 | 375 | 277 | 102 | 0 | 31 | 1 | 236 | 142 | 102 |
| Binary | 1010101 | 11111101 | 10111111 | 1000010 | 0 | 11001 | 1 | 10011110 | 1100010 | 1000010 |
Color Harmonies of #55FDBF
Complementary color
Monochromatic Colors of #55FDBF
Black with #55FDBF
Text Example
Text Example
White with #55FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDBF; }
p { color: rgb(85,253,191); }
H1.HeaderClassName
{
color: #55FDBF;
}
.AnyTagClassName
{
color: #55FDBF;
}
</style>
background-color css
<style>
a { background-color: #55FDBF; }
a { background-color: rgb(85,253,191); }
div.DivClassName
{
background-color: #55FDBF;
}
.BgClassName
{
background-color: #55FDBF;
}
</style>
border-color css
<style>
span { border-color: #55FDBF; }
span { border-color: rgb(85,253,191); }
td.TdClassName
{
border-color: #55FDBF;
}
.TagClassName
{
border-color: #55FDBF;
}
</style>