Shades of Turquoise #2FE2EA
Tints of Turquoise #2FE2EA
RGB
CMYK
RGB Variations
Color information
#2FE2EA (or 0x2FE2EA) is known color: Turquoise. HEX triplet: 2F, E2 and EA. RGB value is (47,226,234). Sum of RGB (Red+Green+Blue) = 47+226+234=507 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.27% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FE2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FE2EA is #D01D15. Grayscale: #ADADAD. Windows color (decimal): -13638934 or 15393327. OLE color: 15393327.
HSL color Cylindrical-coordinate representation of color #2FE2EA: hue angle of 182.57º 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 #2FE2EA is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 226 | 234 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.08 |
| HSL | 182.57º | 0.82% | 0.55% | - |
| HSV(B) | 182.57º | 0.8% | 0.92% | - |
| XYZ | 43.22 | 60.94 | 87.33 | - |
| YUV | 173.39 | 162.2 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 234 | 0.80 | 0.03 | 0 | 0.08 | 182.57 | 0.82 | 0.55 |
| Hex | 2F | E2 | EA | 50 | 3 | 0 | 8 | B7 | 52 | 37 |
| Octal | 57 | 342 | 352 | 120 | 3 | 0 | 10 | 267 | 122 | 67 |
| Binary | 101111 | 11100010 | 11101010 | 1010000 | 11 | 0 | 1000 | 10110111 | 1010010 | 110111 |
Color Harmonies of #2FE2EA
Complementary color
Monochromatic Colors of #2FE2EA
Black with #2FE2EA
Text Example
Text Example
White with #2FE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE2EA; }
p { color: rgb(47,226,234); }
H1.HeaderClassName
{
color: #2FE2EA;
}
.AnyTagClassName
{
color: #2FE2EA;
}
</style>
background-color css
<style>
a { background-color: #2FE2EA; }
a { background-color: rgb(47,226,234); }
div.DivClassName
{
background-color: #2FE2EA;
}
.BgClassName
{
background-color: #2FE2EA;
}
</style>
border-color css
<style>
span { border-color: #2FE2EA; }
span { border-color: rgb(47,226,234); }
td.TdClassName
{
border-color: #2FE2EA;
}
.TagClassName
{
border-color: #2FE2EA;
}
</style>