Shades of Turquoise #55FDBD
Tints of Turquoise #55FDBD
RGB
CMYK
RGB Variations
Color information
#55FDBD (or 0x55FDBD) is known color: Turquoise. HEX triplet: 55, FD and BD. RGB value is (85,253,189). Sum of RGB (Red+Green+Blue) = 85+253+189=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDBD is #AA0242. Grayscale: #C3C3C3. Windows color (decimal): -11141699 or 12451157. OLE color: 12451157.
HSL color Cylindrical-coordinate representation of color #55FDBD: hue angle of 157.14º 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 #55FDBD is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 253 | 189 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.01 |
| HSL | 157.14º | 0.98% | 0.66% | - |
| HSV(B) | 157.14º | 0.66% | 0.99% | - |
| XYZ | 48.06 | 75.86 | 60.25 | - |
| YUV | 195.47 | 124.34 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 253 | 189 | 0.66 | 0 | 0.25 | 0.01 | 157.14 | 0.98 | 0.66 |
| Hex | 55 | FD | BD | 42 | 0 | 19 | 1 | 9D | 62 | 42 |
| Octal | 125 | 375 | 275 | 102 | 0 | 31 | 1 | 235 | 142 | 102 |
| Binary | 1010101 | 11111101 | 10111101 | 1000010 | 0 | 11001 | 1 | 10011101 | 1100010 | 1000010 |
Color Harmonies of #55FDBD
Complementary color
Monochromatic Colors of #55FDBD
Black with #55FDBD
Text Example
Text Example
White with #55FDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FDBD; }
p { color: rgb(85,253,189); }
H1.HeaderClassName
{
color: #55FDBD;
}
.AnyTagClassName
{
color: #55FDBD;
}
</style>
background-color css
<style>
a { background-color: #55FDBD; }
a { background-color: rgb(85,253,189); }
div.DivClassName
{
background-color: #55FDBD;
}
.BgClassName
{
background-color: #55FDBD;
}
</style>
border-color css
<style>
span { border-color: #55FDBD; }
span { border-color: rgb(85,253,189); }
td.TdClassName
{
border-color: #55FDBD;
}
.TagClassName
{
border-color: #55FDBD;
}
</style>