Shades of Turquoise #2FFCBE
Tints of Turquoise #2FFCBE
RGB
CMYK
RGB Variations
Color information
#2FFCBE (or 0x2FFCBE) is known color: Turquoise. HEX triplet: 2F, FC and BE. RGB value is (47,252,190). Sum of RGB (Red+Green+Blue) = 47+252+190=489 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.61% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCBE is #D00341. Grayscale: #B7B7B7. Windows color (decimal): -13632322 or 12516399. OLE color: 12516399.
HSL color Cylindrical-coordinate representation of color #2FFCBE: hue angle of 161.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCBE is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 190 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.01 |
| HSL | 161.85º | 0.97% | 0.59% | - |
| HSV(B) | 161.85º | 0.81% | 0.99% | - |
| XYZ | 45.28 | 73.94 | 60.6 | - |
| YUV | 183.64 | 131.58 | 30.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 190 | 0.81 | 0 | 0.25 | 0.01 | 161.85 | 0.97 | 0.59 |
| Hex | 2F | FC | BE | 51 | 0 | 19 | 1 | A2 | 61 | 3B |
| Octal | 57 | 374 | 276 | 121 | 0 | 31 | 1 | 242 | 141 | 73 |
| Binary | 101111 | 11111100 | 10111110 | 1010001 | 0 | 11001 | 1 | 10100010 | 1100001 | 111011 |
Color Harmonies of #2FFCBE
Complementary color
Monochromatic Colors of #2FFCBE
Black with #2FFCBE
Text Example
Text Example
White with #2FFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCBE; }
p { color: rgb(47,252,190); }
H1.HeaderClassName
{
color: #2FFCBE;
}
.AnyTagClassName
{
color: #2FFCBE;
}
</style>
background-color css
<style>
a { background-color: #2FFCBE; }
a { background-color: rgb(47,252,190); }
div.DivClassName
{
background-color: #2FFCBE;
}
.BgClassName
{
background-color: #2FFCBE;
}
</style>
border-color css
<style>
span { border-color: #2FFCBE; }
span { border-color: rgb(47,252,190); }
td.TdClassName
{
border-color: #2FFCBE;
}
.TagClassName
{
border-color: #2FFCBE;
}
</style>