Shades of Turquoise #2FEAD8
Tints of Turquoise #2FEAD8
RGB
CMYK
RGB Variations
Color information
#2FEAD8 (or 0x2FEAD8) is known color: Turquoise. HEX triplet: 2F, EA and D8. RGB value is (47,234,216). Sum of RGB (Red+Green+Blue) = 47+234+216=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEAD8 is #D01527. Grayscale: #AFAFAF. Windows color (decimal): -13636904 or 14215727. OLE color: 14215727.
HSL color Cylindrical-coordinate representation of color #2FEAD8: hue angle of 174.22º 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 #2FEAD8 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 216 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.08 |
| HSL | 174.22º | 0.82% | 0.55% | - |
| HSV(B) | 174.22º | 0.8% | 0.92% | - |
| XYZ | 42.99 | 64.41 | 75.13 | - |
| YUV | 176.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 216 | 0.80 | 0 | 0.08 | 0.08 | 174.22 | 0.82 | 0.55 |
| Hex | 2F | EA | D8 | 50 | 0 | 8 | 8 | AE | 52 | 37 |
| Octal | 57 | 352 | 330 | 120 | 0 | 10 | 10 | 256 | 122 | 67 |
| Binary | 101111 | 11101010 | 11011000 | 1010000 | 0 | 1000 | 1000 | 10101110 | 1010010 | 110111 |
Color Harmonies of #2FEAD8
Complementary color
Monochromatic Colors of #2FEAD8
Black with #2FEAD8
Text Example
Text Example
White with #2FEAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEAD8; }
p { color: rgb(47,234,216); }
H1.HeaderClassName
{
color: #2FEAD8;
}
.AnyTagClassName
{
color: #2FEAD8;
}
</style>
background-color css
<style>
a { background-color: #2FEAD8; }
a { background-color: rgb(47,234,216); }
div.DivClassName
{
background-color: #2FEAD8;
}
.BgClassName
{
background-color: #2FEAD8;
}
</style>
border-color css
<style>
span { border-color: #2FEAD8; }
span { border-color: rgb(47,234,216); }
td.TdClassName
{
border-color: #2FEAD8;
}
.TagClassName
{
border-color: #2FEAD8;
}
</style>