Shades of Turquoise #2FF5B0
Tints of Turquoise #2FF5B0
RGB
CMYK
RGB Variations
Color information
#2FF5B0 (or 0x2FF5B0) is known color: Turquoise. HEX triplet: 2F, F5 and B0. RGB value is (47,245,176). Sum of RGB (Red+Green+Blue) = 47+245+176=468 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.04% from 468); Green value is 245 (96.09% from 255 or 52.35% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF5B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF5B0 is #D00A4F. Grayscale: #B2B2B2. Windows color (decimal): -13634128 or 11597103. OLE color: 11597103.
HSL color Cylindrical-coordinate representation of color #2FF5B0: hue angle of 159.09º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF5B0 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 176 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.04 |
| HSL | 159.09º | 0.91% | 0.57% | - |
| HSV(B) | 159.09º | 0.81% | 0.96% | - |
| XYZ | 41.66 | 69.04 | 52.21 | - |
| YUV | 177.93 | 126.9 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 176 | 0.81 | 0 | 0.28 | 0.04 | 159.09 | 0.91 | 0.57 |
| Hex | 2F | F5 | B0 | 51 | 0 | 1C | 4 | 9F | 5B | 39 |
| Octal | 57 | 365 | 260 | 121 | 0 | 34 | 4 | 237 | 133 | 71 |
| Binary | 101111 | 11110101 | 10110000 | 1010001 | 0 | 11100 | 100 | 10011111 | 1011011 | 111001 |
Color Harmonies of #2FF5B0
Complementary color
Monochromatic Colors of #2FF5B0
Black with #2FF5B0
Text Example
Text Example
White with #2FF5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF5B0; }
p { color: rgb(47,245,176); }
H1.HeaderClassName
{
color: #2FF5B0;
}
.AnyTagClassName
{
color: #2FF5B0;
}
</style>
background-color css
<style>
a { background-color: #2FF5B0; }
a { background-color: rgb(47,245,176); }
div.DivClassName
{
background-color: #2FF5B0;
}
.BgClassName
{
background-color: #2FF5B0;
}
</style>
border-color css
<style>
span { border-color: #2FF5B0; }
span { border-color: rgb(47,245,176); }
td.TdClassName
{
border-color: #2FF5B0;
}
.TagClassName
{
border-color: #2FF5B0;
}
</style>