Shades of Turquoise #55F0BC
Tints of Turquoise #55F0BC
RGB
CMYK
RGB Variations
Color information
#55F0BC (or 0x55F0BC) is known color: Turquoise. HEX triplet: 55, F0 and BC. RGB value is (85,240,188). Sum of RGB (Red+Green+Blue) = 85+240+188=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F0BC is #AA0F43. Grayscale: #BBBBBB. Windows color (decimal): -11145028 or 12382293. OLE color: 12382293.
HSL color Cylindrical-coordinate representation of color #55F0BC: hue angle of 159.87º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F0BC is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 188 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.06 |
| HSL | 159.87º | 0.84% | 0.64% | - |
| HSV(B) | 159.87º | 0.65% | 0.94% | - |
| XYZ | 43.98 | 67.88 | 58.36 | - |
| YUV | 187.73 | 128.15 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 188 | 0.65 | 0 | 0.22 | 0.06 | 159.87 | 0.84 | 0.64 |
| Hex | 55 | F0 | BC | 41 | 0 | 16 | 6 | A0 | 54 | 40 |
| Octal | 125 | 360 | 274 | 101 | 0 | 26 | 6 | 240 | 124 | 100 |
| Binary | 1010101 | 11110000 | 10111100 | 1000001 | 0 | 10110 | 110 | 10100000 | 1010100 | 1000000 |
Color Harmonies of #55F0BC
Complementary color
Monochromatic Colors of #55F0BC
Black with #55F0BC
Text Example
Text Example
White with #55F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F0BC; }
p { color: rgb(85,240,188); }
H1.HeaderClassName
{
color: #55F0BC;
}
.AnyTagClassName
{
color: #55F0BC;
}
</style>
background-color css
<style>
a { background-color: #55F0BC; }
a { background-color: rgb(85,240,188); }
div.DivClassName
{
background-color: #55F0BC;
}
.BgClassName
{
background-color: #55F0BC;
}
</style>
border-color css
<style>
span { border-color: #55F0BC; }
span { border-color: rgb(85,240,188); }
td.TdClassName
{
border-color: #55F0BC;
}
.TagClassName
{
border-color: #55F0BC;
}
</style>