Shades of Turquoise #2FF0B3
Tints of Turquoise #2FF0B3
RGB
CMYK
RGB Variations
Color information
#2FF0B3 (or 0x2FF0B3) is known color: Turquoise. HEX triplet: 2F, F0 and B3. RGB value is (47,240,179). Sum of RGB (Red+Green+Blue) = 47+240+179=466 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.09% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF0B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF0B3 is #D00F4C. Grayscale: #AFAFAF. Windows color (decimal): -13635405 or 11792431. OLE color: 11792431.
HSL color Cylindrical-coordinate representation of color #2FF0B3: hue angle of 161.04º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF0B3 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 179 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.06 |
| HSL | 161.04º | 0.87% | 0.56% | - |
| HSV(B) | 161.04º | 0.8% | 0.94% | - |
| XYZ | 40.47 | 66.18 | 53.29 | - |
| YUV | 175.34 | 130.06 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 179 | 0.80 | 0 | 0.25 | 0.06 | 161.04 | 0.87 | 0.56 |
| Hex | 2F | F0 | B3 | 50 | 0 | 19 | 6 | A1 | 57 | 38 |
| Octal | 57 | 360 | 263 | 120 | 0 | 31 | 6 | 241 | 127 | 70 |
| Binary | 101111 | 11110000 | 10110011 | 1010000 | 0 | 11001 | 110 | 10100001 | 1010111 | 111000 |
Color Harmonies of #2FF0B3
Complementary color
Monochromatic Colors of #2FF0B3
Black with #2FF0B3
Text Example
Text Example
White with #2FF0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF0B3; }
p { color: rgb(47,240,179); }
H1.HeaderClassName
{
color: #2FF0B3;
}
.AnyTagClassName
{
color: #2FF0B3;
}
</style>
background-color css
<style>
a { background-color: #2FF0B3; }
a { background-color: rgb(47,240,179); }
div.DivClassName
{
background-color: #2FF0B3;
}
.BgClassName
{
background-color: #2FF0B3;
}
</style>
border-color css
<style>
span { border-color: #2FF0B3; }
span { border-color: rgb(47,240,179); }
td.TdClassName
{
border-color: #2FF0B3;
}
.TagClassName
{
border-color: #2FF0B3;
}
</style>