Shades of Turquoise #2FFBE7
Tints of Turquoise #2FFBE7
RGB
CMYK
RGB Variations
Color information
#2FFBE7 (or 0x2FFBE7) is known color: Turquoise. HEX triplet: 2F, FB and E7. RGB value is (47,251,231). Sum of RGB (Red+Green+Blue) = 47+251+231=529 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.88% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFBE7 is #D00418. Grayscale: #BBBBBB. Windows color (decimal): -13632537 or 15203119. OLE color: 15203119.
HSL color Cylindrical-coordinate representation of color #2FFBE7: hue angle of 174.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBE7 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 231 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.02 |
| HSL | 174.12º | 0.96% | 0.58% | - |
| HSV(B) | 174.12º | 0.81% | 0.98% | - |
| XYZ | 50.09 | 75.37 | 87.51 | - |
| YUV | 187.72 | 152.41 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 231 | 0.81 | 0 | 0.08 | 0.02 | 174.12 | 0.96 | 0.58 |
| Hex | 2F | FB | E7 | 51 | 0 | 8 | 2 | AE | 60 | 3A |
| Octal | 57 | 373 | 347 | 121 | 0 | 10 | 2 | 256 | 140 | 72 |
| Binary | 101111 | 11111011 | 11100111 | 1010001 | 0 | 1000 | 10 | 10101110 | 1100000 | 111010 |
Color Harmonies of #2FFBE7
Complementary color
Monochromatic Colors of #2FFBE7
Black with #2FFBE7
Text Example
Text Example
White with #2FFBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBE7; }
p { color: rgb(47,251,231); }
H1.HeaderClassName
{
color: #2FFBE7;
}
.AnyTagClassName
{
color: #2FFBE7;
}
</style>
background-color css
<style>
a { background-color: #2FFBE7; }
a { background-color: rgb(47,251,231); }
div.DivClassName
{
background-color: #2FFBE7;
}
.BgClassName
{
background-color: #2FFBE7;
}
</style>
border-color css
<style>
span { border-color: #2FFBE7; }
span { border-color: rgb(47,251,231); }
td.TdClassName
{
border-color: #2FFBE7;
}
.TagClassName
{
border-color: #2FFBE7;
}
</style>