Shades of Turquoise #2FEFCE
Tints of Turquoise #2FEFCE
RGB
CMYK
RGB Variations
Color information
#2FEFCE (or 0x2FEFCE) is known color: Turquoise. HEX triplet: 2F, EF and CE. RGB value is (47,239,206). Sum of RGB (Red+Green+Blue) = 47+239+206=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEFCE is #D01031. Grayscale: #B1B1B1. Windows color (decimal): -13635634 or 13561647. OLE color: 13561647.
HSL color Cylindrical-coordinate representation of color #2FEFCE: hue angle of 169.69º 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 #2FEFCE is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 206 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.06 |
| HSL | 169.69º | 0.86% | 0.56% | - |
| HSV(B) | 169.69º | 0.8% | 0.94% | - |
| XYZ | 43.18 | 66.79 | 69.01 | - |
| YUV | 177.83 | 143.89 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 206 | 0.80 | 0 | 0.14 | 0.06 | 169.69 | 0.86 | 0.56 |
| Hex | 2F | EF | CE | 50 | 0 | E | 6 | AA | 56 | 38 |
| Octal | 57 | 357 | 316 | 120 | 0 | 16 | 6 | 252 | 126 | 70 |
| Binary | 101111 | 11101111 | 11001110 | 1010000 | 0 | 1110 | 110 | 10101010 | 1010110 | 111000 |
Color Harmonies of #2FEFCE
Complementary color
Monochromatic Colors of #2FEFCE
Black with #2FEFCE
Text Example
Text Example
White with #2FEFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFCE; }
p { color: rgb(47,239,206); }
H1.HeaderClassName
{
color: #2FEFCE;
}
.AnyTagClassName
{
color: #2FEFCE;
}
</style>
background-color css
<style>
a { background-color: #2FEFCE; }
a { background-color: rgb(47,239,206); }
div.DivClassName
{
background-color: #2FEFCE;
}
.BgClassName
{
background-color: #2FEFCE;
}
</style>
border-color css
<style>
span { border-color: #2FEFCE; }
span { border-color: rgb(47,239,206); }
td.TdClassName
{
border-color: #2FEFCE;
}
.TagClassName
{
border-color: #2FEFCE;
}
</style>