Shades of Turquoise #2FEACB
Tints of Turquoise #2FEACB
RGB
CMYK
RGB Variations
Color information
#2FEACB (or 0x2FEACB) is known color: Turquoise. HEX triplet: 2F, EA and CB. RGB value is (47,234,203). Sum of RGB (Red+Green+Blue) = 47+234+203=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEACB is #D01534. Grayscale: #AEAEAE. Windows color (decimal): -13636917 or 13363759. OLE color: 13363759.
HSL color Cylindrical-coordinate representation of color #2FEACB: hue angle of 170.05º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEACB is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 203 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.08 |
| HSL | 170.05º | 0.82% | 0.55% | - |
| HSV(B) | 170.05º | 0.8% | 0.92% | - |
| XYZ | 41.37 | 63.76 | 66.63 | - |
| YUV | 174.55 | 144.05 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 203 | 0.80 | 0 | 0.13 | 0.08 | 170.05 | 0.82 | 0.55 |
| Hex | 2F | EA | CB | 50 | 0 | D | 8 | AA | 52 | 37 |
| Octal | 57 | 352 | 313 | 120 | 0 | 15 | 10 | 252 | 122 | 67 |
| Binary | 101111 | 11101010 | 11001011 | 1010000 | 0 | 1101 | 1000 | 10101010 | 1010010 | 110111 |
Color Harmonies of #2FEACB
Complementary color
Monochromatic Colors of #2FEACB
Black with #2FEACB
Text Example
Text Example
White with #2FEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEACB; }
p { color: rgb(47,234,203); }
H1.HeaderClassName
{
color: #2FEACB;
}
.AnyTagClassName
{
color: #2FEACB;
}
</style>
background-color css
<style>
a { background-color: #2FEACB; }
a { background-color: rgb(47,234,203); }
div.DivClassName
{
background-color: #2FEACB;
}
.BgClassName
{
background-color: #2FEACB;
}
</style>
border-color css
<style>
span { border-color: #2FEACB; }
span { border-color: rgb(47,234,203); }
td.TdClassName
{
border-color: #2FEACB;
}
.TagClassName
{
border-color: #2FEACB;
}
</style>