Shades of Turquoise #2FE9CB
Tints of Turquoise #2FE9CB
RGB
CMYK
RGB Variations
Color information
#2FE9CB (or 0x2FE9CB) is known color: Turquoise. HEX triplet: 2F, E9 and CB. RGB value is (47,233,203). Sum of RGB (Red+Green+Blue) = 47+233+203=483 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.73% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FE9CB is #D01634. Grayscale: #ADADAD. Windows color (decimal): -13637173 or 13363503. OLE color: 13363503.
HSL color Cylindrical-coordinate representation of color #2FE9CB: hue angle of 170.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE9CB is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 203 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.09 |
| HSL | 170.32º | 0.81% | 0.55% | - |
| HSV(B) | 170.32º | 0.8% | 0.91% | - |
| XYZ | 41.09 | 63.19 | 66.53 | - |
| YUV | 173.97 | 144.38 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 203 | 0.80 | 0 | 0.13 | 0.09 | 170.32 | 0.81 | 0.55 |
| Hex | 2F | E9 | CB | 50 | 0 | D | 9 | AA | 51 | 37 |
| Octal | 57 | 351 | 313 | 120 | 0 | 15 | 11 | 252 | 121 | 67 |
| Binary | 101111 | 11101001 | 11001011 | 1010000 | 0 | 1101 | 1001 | 10101010 | 1010001 | 110111 |
Color Harmonies of #2FE9CB
Complementary color
Monochromatic Colors of #2FE9CB
Black with #2FE9CB
Text Example
Text Example
White with #2FE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE9CB; }
p { color: rgb(47,233,203); }
H1.HeaderClassName
{
color: #2FE9CB;
}
.AnyTagClassName
{
color: #2FE9CB;
}
</style>
background-color css
<style>
a { background-color: #2FE9CB; }
a { background-color: rgb(47,233,203); }
div.DivClassName
{
background-color: #2FE9CB;
}
.BgClassName
{
background-color: #2FE9CB;
}
</style>
border-color css
<style>
span { border-color: #2FE9CB; }
span { border-color: rgb(47,233,203); }
td.TdClassName
{
border-color: #2FE9CB;
}
.TagClassName
{
border-color: #2FE9CB;
}
</style>