Shades of Turquoise #2FEFCC
Tints of Turquoise #2FEFCC
RGB
CMYK
RGB Variations
Color information
#2FEFCC (or 0x2FEFCC) is known color: Turquoise. HEX triplet: 2F, EF and CC. RGB value is (47,239,204). Sum of RGB (Red+Green+Blue) = 47+239+204=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFCC is #D01033. Grayscale: #B1B1B1. Windows color (decimal): -13635636 or 13430575. OLE color: 13430575.
HSL color Cylindrical-coordinate representation of color #2FEFCC: hue angle of 169.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFCC is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 204 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.06 |
| HSL | 169.06º | 0.86% | 0.56% | - |
| HSV(B) | 169.06º | 0.8% | 0.94% | - |
| XYZ | 42.94 | 66.7 | 67.74 | - |
| YUV | 177.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 204 | 0.80 | 0 | 0.15 | 0.06 | 169.06 | 0.86 | 0.56 |
| Hex | 2F | EF | CC | 50 | 0 | F | 6 | A9 | 56 | 38 |
| Octal | 57 | 357 | 314 | 120 | 0 | 17 | 6 | 251 | 126 | 70 |
| Binary | 101111 | 11101111 | 11001100 | 1010000 | 0 | 1111 | 110 | 10101001 | 1010110 | 111000 |
Color Harmonies of #2FEFCC
Complementary color
Monochromatic Colors of #2FEFCC
Black with #2FEFCC
Text Example
Text Example
White with #2FEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFCC; }
p { color: rgb(47,239,204); }
H1.HeaderClassName
{
color: #2FEFCC;
}
.AnyTagClassName
{
color: #2FEFCC;
}
</style>
background-color css
<style>
a { background-color: #2FEFCC; }
a { background-color: rgb(47,239,204); }
div.DivClassName
{
background-color: #2FEFCC;
}
.BgClassName
{
background-color: #2FEFCC;
}
</style>
border-color css
<style>
span { border-color: #2FEFCC; }
span { border-color: rgb(47,239,204); }
td.TdClassName
{
border-color: #2FEFCC;
}
.TagClassName
{
border-color: #2FEFCC;
}
</style>