Shades of Turquoise #2FFCBF
Tints of Turquoise #2FFCBF
RGB
CMYK
RGB Variations
Color information
#2FFCBF (or 0x2FFCBF) is known color: Turquoise. HEX triplet: 2F, FC and BF. RGB value is (47,252,191). Sum of RGB (Red+Green+Blue) = 47+252+191=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCBF is #D00340. Grayscale: #B7B7B7. Windows color (decimal): -13632321 or 12581935. OLE color: 12581935.
HSL color Cylindrical-coordinate representation of color #2FFCBF: hue angle of 162.15º 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 #2FFCBF is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 191 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.01 |
| HSL | 162.15º | 0.97% | 0.59% | - |
| HSV(B) | 162.15º | 0.81% | 0.99% | - |
| XYZ | 45.39 | 73.99 | 61.18 | - |
| YUV | 183.75 | 132.08 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 191 | 0.81 | 0 | 0.24 | 0.01 | 162.15 | 0.97 | 0.59 |
| Hex | 2F | FC | BF | 51 | 0 | 18 | 1 | A2 | 61 | 3B |
| Octal | 57 | 374 | 277 | 121 | 0 | 30 | 1 | 242 | 141 | 73 |
| Binary | 101111 | 11111100 | 10111111 | 1010001 | 0 | 11000 | 1 | 10100010 | 1100001 | 111011 |
Color Harmonies of #2FFCBF
Complementary color
Monochromatic Colors of #2FFCBF
Black with #2FFCBF
Text Example
Text Example
White with #2FFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCBF; }
p { color: rgb(47,252,191); }
H1.HeaderClassName
{
color: #2FFCBF;
}
.AnyTagClassName
{
color: #2FFCBF;
}
</style>
background-color css
<style>
a { background-color: #2FFCBF; }
a { background-color: rgb(47,252,191); }
div.DivClassName
{
background-color: #2FFCBF;
}
.BgClassName
{
background-color: #2FFCBF;
}
</style>
border-color css
<style>
span { border-color: #2FFCBF; }
span { border-color: rgb(47,252,191); }
td.TdClassName
{
border-color: #2FFCBF;
}
.TagClassName
{
border-color: #2FFCBF;
}
</style>