Shades of Turquoise #2FDCE1
Tints of Turquoise #2FDCE1
RGB
CMYK
RGB Variations
Color information
#2FDCE1 (or 0x2FDCE1) is known color: Turquoise. HEX triplet: 2F, DC and E1. RGB value is (47,220,225). Sum of RGB (Red+Green+Blue) = 47+220+225=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 225 (88.28% from 255 or 45.73% from 492); Max value from RGB is 225 - color contains mainly: blue. Hex color #2FDCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDCE1 is #D0231E. Grayscale: #A8A8A8. Windows color (decimal): -13640479 or 14801967. OLE color: 14801967.
HSL color Cylindrical-coordinate representation of color #2FDCE1: hue angle of 181.69º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDCE1 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 220 | 225 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.12 |
| HSL | 181.69º | 0.75% | 0.53% | - |
| HSV(B) | 181.69º | 0.79% | 0.88% | - |
| XYZ | 40.36 | 57.23 | 80.15 | - |
| YUV | 168.84 | 159.69 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 225 | 0.79 | 0.02 | 0 | 0.12 | 181.69 | 0.75 | 0.53 |
| Hex | 2F | DC | E1 | 4F | 2 | 0 | C | B6 | 4B | 35 |
| Octal | 57 | 334 | 341 | 117 | 2 | 0 | 14 | 266 | 113 | 65 |
| Binary | 101111 | 11011100 | 11100001 | 1001111 | 10 | 0 | 1100 | 10110110 | 1001011 | 110101 |
Color Harmonies of #2FDCE1
Complementary color
Monochromatic Colors of #2FDCE1
Black with #2FDCE1
Text Example
Text Example
White with #2FDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDCE1; }
p { color: rgb(47,220,225); }
H1.HeaderClassName
{
color: #2FDCE1;
}
.AnyTagClassName
{
color: #2FDCE1;
}
</style>
background-color css
<style>
a { background-color: #2FDCE1; }
a { background-color: rgb(47,220,225); }
div.DivClassName
{
background-color: #2FDCE1;
}
.BgClassName
{
background-color: #2FDCE1;
}
</style>
border-color css
<style>
span { border-color: #2FDCE1; }
span { border-color: rgb(47,220,225); }
td.TdClassName
{
border-color: #2FDCE1;
}
.TagClassName
{
border-color: #2FDCE1;
}
</style>