Shades of Turquoise #2FFCE0
Tints of Turquoise #2FFCE0
RGB
CMYK
RGB Variations
Color information
#2FFCE0 (or 0x2FFCE0) is known color: Turquoise. HEX triplet: 2F, FC and E0. RGB value is (47,252,224). Sum of RGB (Red+Green+Blue) = 47+252+224=523 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.99% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCE0 is #D0031F. Grayscale: #BBBBBB. Windows color (decimal): -13632288 or 14744623. OLE color: 14744623.
HSL color Cylindrical-coordinate representation of color #2FFCE0: hue angle of 171.8º 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 #2FFCE0 is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 224 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.01 |
| HSL | 171.8º | 0.97% | 0.59% | - |
| HSV(B) | 171.8º | 0.81% | 0.99% | - |
| XYZ | 49.44 | 75.61 | 82.51 | - |
| YUV | 187.51 | 148.58 | 27.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 224 | 0.81 | 0 | 0.11 | 0.01 | 171.8 | 0.97 | 0.59 |
| Hex | 2F | FC | E0 | 51 | 0 | B | 1 | AC | 61 | 3B |
| Octal | 57 | 374 | 340 | 121 | 0 | 13 | 1 | 254 | 141 | 73 |
| Binary | 101111 | 11111100 | 11100000 | 1010001 | 0 | 1011 | 1 | 10101100 | 1100001 | 111011 |
Color Harmonies of #2FFCE0
Complementary color
Monochromatic Colors of #2FFCE0
Black with #2FFCE0
Text Example
Text Example
White with #2FFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCE0; }
p { color: rgb(47,252,224); }
H1.HeaderClassName
{
color: #2FFCE0;
}
.AnyTagClassName
{
color: #2FFCE0;
}
</style>
background-color css
<style>
a { background-color: #2FFCE0; }
a { background-color: rgb(47,252,224); }
div.DivClassName
{
background-color: #2FFCE0;
}
.BgClassName
{
background-color: #2FFCE0;
}
</style>
border-color css
<style>
span { border-color: #2FFCE0; }
span { border-color: rgb(47,252,224); }
td.TdClassName
{
border-color: #2FFCE0;
}
.TagClassName
{
border-color: #2FFCE0;
}
</style>