Shades of Turquoise #55F2BA
Tints of Turquoise #55F2BA
RGB
CMYK
RGB Variations
Color information
#55F2BA (or 0x55F2BA) is known color: Turquoise. HEX triplet: 55, F2 and BA. RGB value is (85,242,186). Sum of RGB (Red+Green+Blue) = 85+242+186=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F2BA is #AA0D45. Grayscale: #BCBCBC. Windows color (decimal): -11144518 or 12251733. OLE color: 12251733.
HSL color Cylindrical-coordinate representation of color #55F2BA: hue angle of 158.6º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F2BA is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 186 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.05 |
| HSL | 158.6º | 0.86% | 0.64% | - |
| HSV(B) | 158.6º | 0.65% | 0.95% | - |
| XYZ | 44.36 | 68.98 | 57.43 | - |
| YUV | 188.67 | 126.49 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 186 | 0.65 | 0 | 0.23 | 0.05 | 158.6 | 0.86 | 0.64 |
| Hex | 55 | F2 | BA | 41 | 0 | 17 | 5 | 9F | 56 | 40 |
| Octal | 125 | 362 | 272 | 101 | 0 | 27 | 5 | 237 | 126 | 100 |
| Binary | 1010101 | 11110010 | 10111010 | 1000001 | 0 | 10111 | 101 | 10011111 | 1010110 | 1000000 |
Color Harmonies of #55F2BA
Complementary color
Monochromatic Colors of #55F2BA
Black with #55F2BA
Text Example
Text Example
White with #55F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2BA; }
p { color: rgb(85,242,186); }
H1.HeaderClassName
{
color: #55F2BA;
}
.AnyTagClassName
{
color: #55F2BA;
}
</style>
background-color css
<style>
a { background-color: #55F2BA; }
a { background-color: rgb(85,242,186); }
div.DivClassName
{
background-color: #55F2BA;
}
.BgClassName
{
background-color: #55F2BA;
}
</style>
border-color css
<style>
span { border-color: #55F2BA; }
span { border-color: rgb(85,242,186); }
td.TdClassName
{
border-color: #55F2BA;
}
.TagClassName
{
border-color: #55F2BA;
}
</style>