Shades of Turquoise #2FEECD
Tints of Turquoise #2FEECD
RGB
CMYK
RGB Variations
Color information
#2FEECD (or 0x2FEECD) is known color: Turquoise. HEX triplet: 2F, EE and CD. RGB value is (47,238,205). Sum of RGB (Red+Green+Blue) = 47+238+205=490 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.59% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEECD is #D01132. Grayscale: #B1B1B1. Windows color (decimal): -13635891 or 13495855. OLE color: 13495855.
HSL color Cylindrical-coordinate representation of color #2FEECD: hue angle of 169.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEECD is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 205 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.07 |
| HSL | 169.63º | 0.85% | 0.56% | - |
| HSV(B) | 169.63º | 0.8% | 0.93% | - |
| XYZ | 42.77 | 66.16 | 68.27 | - |
| YUV | 177.13 | 143.72 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 205 | 0.80 | 0 | 0.14 | 0.07 | 169.63 | 0.85 | 0.56 |
| Hex | 2F | EE | CD | 50 | 0 | E | 7 | AA | 55 | 38 |
| Octal | 57 | 356 | 315 | 120 | 0 | 16 | 7 | 252 | 125 | 70 |
| Binary | 101111 | 11101110 | 11001101 | 1010000 | 0 | 1110 | 111 | 10101010 | 1010101 | 111000 |
Color Harmonies of #2FEECD
Complementary color
Monochromatic Colors of #2FEECD
Black with #2FEECD
Text Example
Text Example
White with #2FEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEECD; }
p { color: rgb(47,238,205); }
H1.HeaderClassName
{
color: #2FEECD;
}
.AnyTagClassName
{
color: #2FEECD;
}
</style>
background-color css
<style>
a { background-color: #2FEECD; }
a { background-color: rgb(47,238,205); }
div.DivClassName
{
background-color: #2FEECD;
}
.BgClassName
{
background-color: #2FEECD;
}
</style>
border-color css
<style>
span { border-color: #2FEECD; }
span { border-color: rgb(47,238,205); }
td.TdClassName
{
border-color: #2FEECD;
}
.TagClassName
{
border-color: #2FEECD;
}
</style>