Shades of Turquoise #2FFECA
Tints of Turquoise #2FFECA
RGB
CMYK
RGB Variations
Color information
#2FFECA (or 0x2FFECA) is known color: Turquoise. HEX triplet: 2F, FE and CA. RGB value is (47,254,202). Sum of RGB (Red+Green+Blue) = 47+254+202=503 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.34% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFECA is #D00135. Grayscale: #BABABA. Windows color (decimal): -13631798 or 13303343. OLE color: 13303343.
HSL color Cylindrical-coordinate representation of color #2FFECA: hue angle of 164.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFECA is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 202 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.00 |
| HSL | 164.93º | 0.99% | 0.59% | - |
| HSV(B) | 164.93º | 0.81% | 1% | - |
| XYZ | 47.27 | 75.75 | 68.01 | - |
| YUV | 186.18 | 136.92 | 28.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 202 | 0.81 | 0 | 0.20 | 0.00 | 164.93 | 0.99 | 0.59 |
| Hex | 2F | FE | CA | 51 | 0 | 14 | 0 | A5 | 63 | 3B |
| Octal | 57 | 376 | 312 | 121 | 0 | 24 | 0 | 245 | 143 | 73 |
| Binary | 101111 | 11111110 | 11001010 | 1010001 | 0 | 10100 | 0 | 10100101 | 1100011 | 111011 |
Color Harmonies of #2FFECA
Complementary color
Monochromatic Colors of #2FFECA
Black with #2FFECA
Text Example
Text Example
White with #2FFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFECA; }
p { color: rgb(47,254,202); }
H1.HeaderClassName
{
color: #2FFECA;
}
.AnyTagClassName
{
color: #2FFECA;
}
</style>
background-color css
<style>
a { background-color: #2FFECA; }
a { background-color: rgb(47,254,202); }
div.DivClassName
{
background-color: #2FFECA;
}
.BgClassName
{
background-color: #2FFECA;
}
</style>
border-color css
<style>
span { border-color: #2FFECA; }
span { border-color: rgb(47,254,202); }
td.TdClassName
{
border-color: #2FFECA;
}
.TagClassName
{
border-color: #2FFECA;
}
</style>