Shades of Turquoise #2FFFEA
Tints of Turquoise #2FFFEA
RGB
CMYK
RGB Variations
Color information
#2FFFEA (or 0x2FFFEA) is known color: Turquoise. HEX triplet: 2F, FF and EA. RGB value is (47,255,234). Sum of RGB (Red+Green+Blue) = 47+255+234=536 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.77% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFFEA is #D00015. Grayscale: #BEBEBE. Windows color (decimal): -13631510 or 15400751. OLE color: 15400751.
HSL color Cylindrical-coordinate representation of color #2FFFEA: hue angle of 173.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFEA is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 234 | - |
| CMYK | 0.82 | 0 | 0.08 | 0 |
| HSL | 173.94º | 1% | 0.59% | - |
| HSV(B) | 173.94º | 0.82% | 1% | - |
| XYZ | 51.78 | 78.06 | 90.18 | - |
| YUV | 190.41 | 152.59 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 234 | 0.82 | 0 | 0.08 | 0 | 173.94 | 1 | 0.59 |
| Hex | 2F | FF | EA | 52 | 0 | 8 | 0 | AE | 64 | 3B |
| Octal | 57 | 377 | 352 | 122 | 0 | 10 | 0 | 256 | 144 | 73 |
| Binary | 101111 | 11111111 | 11101010 | 1010010 | 0 | 1000 | 0 | 10101110 | 1100100 | 111011 |
Color Harmonies of #2FFFEA
Complementary color
Monochromatic Colors of #2FFFEA
Black with #2FFFEA
Text Example
Text Example
White with #2FFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFEA; }
p { color: rgb(47,255,234); }
H1.HeaderClassName
{
color: #2FFFEA;
}
.AnyTagClassName
{
color: #2FFFEA;
}
</style>
background-color css
<style>
a { background-color: #2FFFEA; }
a { background-color: rgb(47,255,234); }
div.DivClassName
{
background-color: #2FFFEA;
}
.BgClassName
{
background-color: #2FFFEA;
}
</style>
border-color css
<style>
span { border-color: #2FFFEA; }
span { border-color: rgb(47,255,234); }
td.TdClassName
{
border-color: #2FFFEA;
}
.TagClassName
{
border-color: #2FFFEA;
}
</style>