Shades of Turquoise #2FE1DC
Tints of Turquoise #2FE1DC
RGB
CMYK
RGB Variations
Color information
#2FE1DC (or 0x2FE1DC) is known color: Turquoise. HEX triplet: 2F, E1 and DC. RGB value is (47,225,220). Sum of RGB (Red+Green+Blue) = 47+225+220=492 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.55% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE1DC is #D01E23. Grayscale: #ABABAB. Windows color (decimal): -13639204 or 14475567. OLE color: 14475567.
HSL color Cylindrical-coordinate representation of color #2FE1DC: hue angle of 178.31º 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 #2FE1DC is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 220 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.12 |
| HSL | 178.31º | 0.75% | 0.53% | - |
| HSV(B) | 178.31º | 0.79% | 0.88% | - |
| XYZ | 41.02 | 59.62 | 77.06 | - |
| YUV | 171.21 | 155.53 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 220 | 0.79 | 0 | 0.02 | 0.12 | 178.31 | 0.75 | 0.53 |
| Hex | 2F | E1 | DC | 4F | 0 | 2 | C | B2 | 4B | 35 |
| Octal | 57 | 341 | 334 | 117 | 0 | 2 | 14 | 262 | 113 | 65 |
| Binary | 101111 | 11100001 | 11011100 | 1001111 | 0 | 10 | 1100 | 10110010 | 1001011 | 110101 |
Color Harmonies of #2FE1DC
Complementary color
Monochromatic Colors of #2FE1DC
Black with #2FE1DC
Text Example
Text Example
White with #2FE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE1DC; }
p { color: rgb(47,225,220); }
H1.HeaderClassName
{
color: #2FE1DC;
}
.AnyTagClassName
{
color: #2FE1DC;
}
</style>
background-color css
<style>
a { background-color: #2FE1DC; }
a { background-color: rgb(47,225,220); }
div.DivClassName
{
background-color: #2FE1DC;
}
.BgClassName
{
background-color: #2FE1DC;
}
</style>
border-color css
<style>
span { border-color: #2FE1DC; }
span { border-color: rgb(47,225,220); }
td.TdClassName
{
border-color: #2FE1DC;
}
.TagClassName
{
border-color: #2FE1DC;
}
</style>