Shades of Turquoise #2FEDC3
Tints of Turquoise #2FEDC3
RGB
CMYK
RGB Variations
Color information
#2FEDC3 (or 0x2FEDC3) is known color: Turquoise. HEX triplet: 2F, ED and C3. RGB value is (47,237,195). Sum of RGB (Red+Green+Blue) = 47+237+195=479 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.81% from 479); Green value is 237 (92.97% from 255 or 49.48% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 237 - color contains mainly: green. Hex color #2FEDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FEDC3 is #D0123C. Grayscale: #AFAFAF. Windows color (decimal): -13636157 or 12840239. OLE color: 12840239.
HSL color Cylindrical-coordinate representation of color #2FEDC3: hue angle of 166.74º degrees, saturation: 0.84, 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 #2FEDC3 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 195 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.07 |
| HSL | 166.74º | 0.84% | 0.56% | - |
| HSV(B) | 166.74º | 0.8% | 0.93% | - |
| XYZ | 41.31 | 65.11 | 62.02 | - |
| YUV | 175.4 | 139.05 | 36.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 195 | 0.80 | 0 | 0.18 | 0.07 | 166.74 | 0.84 | 0.56 |
| Hex | 2F | ED | C3 | 50 | 0 | 12 | 7 | A7 | 54 | 38 |
| Octal | 57 | 355 | 303 | 120 | 0 | 22 | 7 | 247 | 124 | 70 |
| Binary | 101111 | 11101101 | 11000011 | 1010000 | 0 | 10010 | 111 | 10100111 | 1010100 | 111000 |
Color Harmonies of #2FEDC3
Complementary color
Monochromatic Colors of #2FEDC3
Black with #2FEDC3
Text Example
Text Example
White with #2FEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEDC3; }
p { color: rgb(47,237,195); }
H1.HeaderClassName
{
color: #2FEDC3;
}
.AnyTagClassName
{
color: #2FEDC3;
}
</style>
background-color css
<style>
a { background-color: #2FEDC3; }
a { background-color: rgb(47,237,195); }
div.DivClassName
{
background-color: #2FEDC3;
}
.BgClassName
{
background-color: #2FEDC3;
}
</style>
border-color css
<style>
span { border-color: #2FEDC3; }
span { border-color: rgb(47,237,195); }
td.TdClassName
{
border-color: #2FEDC3;
}
.TagClassName
{
border-color: #2FEDC3;
}
</style>