Shades of Turquoise #2FEBCB
Tints of Turquoise #2FEBCB
RGB
CMYK
RGB Variations
Color information
#2FEBCB (or 0x2FEBCB) is known color: Turquoise. HEX triplet: 2F, EB and CB. RGB value is (47,235,203). Sum of RGB (Red+Green+Blue) = 47+235+203=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBCB is #D01434. Grayscale: #AFAFAF. Windows color (decimal): -13636661 or 13364015. OLE color: 13364015.
HSL color Cylindrical-coordinate representation of color #2FEBCB: hue angle of 169.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBCB is Cyan = 0.8, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 203 | - |
| CMYK | 0.8 | 0 | 0.14 | 0.08 |
| HSL | 169.79º | 0.82% | 0.55% | - |
| HSV(B) | 169.79º | 0.8% | 0.92% | - |
| XYZ | 41.66 | 64.33 | 66.72 | - |
| YUV | 175.14 | 143.72 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 203 | 0.8 | 0 | 0.14 | 0.08 | 169.79 | 0.82 | 0.55 |
| Hex | 2F | EB | CB | 50 | 0 | E | 8 | AA | 52 | 37 |
| Octal | 57 | 353 | 313 | 120 | 0 | 16 | 10 | 252 | 122 | 67 |
| Binary | 101111 | 11101011 | 11001011 | 1010000 | 0 | 1110 | 1000 | 10101010 | 1010010 | 110111 |
Color Harmonies of #2FEBCB
Complementary color
Monochromatic Colors of #2FEBCB
Black with #2FEBCB
Text Example
Text Example
White with #2FEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBCB; }
p { color: rgb(47,235,203); }
H1.HeaderClassName
{
color: #2FEBCB;
}
.AnyTagClassName
{
color: #2FEBCB;
}
</style>
background-color css
<style>
a { background-color: #2FEBCB; }
a { background-color: rgb(47,235,203); }
div.DivClassName
{
background-color: #2FEBCB;
}
.BgClassName
{
background-color: #2FEBCB;
}
</style>
border-color css
<style>
span { border-color: #2FEBCB; }
span { border-color: rgb(47,235,203); }
td.TdClassName
{
border-color: #2FEBCB;
}
.TagClassName
{
border-color: #2FEBCB;
}
</style>