Shades of Turquoise #2FEBE4
Tints of Turquoise #2FEBE4
RGB
CMYK
RGB Variations
Color information
#2FEBE4 (or 0x2FEBE4) is known color: Turquoise. HEX triplet: 2F, EB and E4. RGB value is (47,235,228). Sum of RGB (Red+Green+Blue) = 47+235+228=510 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.22% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEBE4 is #D0141B. Grayscale: #B1B1B1. Windows color (decimal): -13636636 or 15002415. OLE color: 15002415.
HSL color Cylindrical-coordinate representation of color #2FEBE4: hue angle of 177.77º 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 #2FEBE4 is Cyan = 0.8, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 228 | - |
| CMYK | 0.8 | 0 | 0.03 | 0.08 |
| HSL | 177.77º | 0.82% | 0.55% | - |
| HSV(B) | 177.77º | 0.8% | 0.92% | - |
| XYZ | 44.88 | 65.62 | 83.7 | - |
| YUV | 177.99 | 156.22 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 228 | 0.8 | 0 | 0.03 | 0.08 | 177.77 | 0.82 | 0.55 |
| Hex | 2F | EB | E4 | 50 | 0 | 3 | 8 | B2 | 52 | 37 |
| Octal | 57 | 353 | 344 | 120 | 0 | 3 | 10 | 262 | 122 | 67 |
| Binary | 101111 | 11101011 | 11100100 | 1010000 | 0 | 11 | 1000 | 10110010 | 1010010 | 110111 |
Color Harmonies of #2FEBE4
Complementary color
Monochromatic Colors of #2FEBE4
Black with #2FEBE4
Text Example
Text Example
White with #2FEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBE4; }
p { color: rgb(47,235,228); }
H1.HeaderClassName
{
color: #2FEBE4;
}
.AnyTagClassName
{
color: #2FEBE4;
}
</style>
background-color css
<style>
a { background-color: #2FEBE4; }
a { background-color: rgb(47,235,228); }
div.DivClassName
{
background-color: #2FEBE4;
}
.BgClassName
{
background-color: #2FEBE4;
}
</style>
border-color css
<style>
span { border-color: #2FEBE4; }
span { border-color: rgb(47,235,228); }
td.TdClassName
{
border-color: #2FEBE4;
}
.TagClassName
{
border-color: #2FEBE4;
}
</style>