Shades of Turquoise #2FE2DC
Tints of Turquoise #2FE2DC
RGB
CMYK
RGB Variations
Color information
#2FE2DC (or 0x2FE2DC) is known color: Turquoise. HEX triplet: 2F, E2 and DC. RGB value is (47,226,220). Sum of RGB (Red+Green+Blue) = 47+226+220=493 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.53% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE2DC is #D01D23. Grayscale: #ABABAB. Windows color (decimal): -13638948 or 14475823. OLE color: 14475823.
HSL color Cylindrical-coordinate representation of color #2FE2DC: hue angle of 177.99º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE2DC is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 226 | 220 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.11 |
| HSL | 177.99º | 0.76% | 0.54% | - |
| HSV(B) | 177.99º | 0.79% | 0.89% | - |
| XYZ | 41.29 | 60.16 | 77.15 | - |
| YUV | 171.8 | 155.2 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 220 | 0.79 | 0 | 0.03 | 0.11 | 177.99 | 0.76 | 0.54 |
| Hex | 2F | E2 | DC | 4F | 0 | 3 | B | B2 | 4C | 36 |
| Octal | 57 | 342 | 334 | 117 | 0 | 3 | 13 | 262 | 114 | 66 |
| Binary | 101111 | 11100010 | 11011100 | 1001111 | 0 | 11 | 1011 | 10110010 | 1001100 | 110110 |
Color Harmonies of #2FE2DC
Complementary color
Monochromatic Colors of #2FE2DC
Black with #2FE2DC
Text Example
Text Example
White with #2FE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE2DC; }
p { color: rgb(47,226,220); }
H1.HeaderClassName
{
color: #2FE2DC;
}
.AnyTagClassName
{
color: #2FE2DC;
}
</style>
background-color css
<style>
a { background-color: #2FE2DC; }
a { background-color: rgb(47,226,220); }
div.DivClassName
{
background-color: #2FE2DC;
}
.BgClassName
{
background-color: #2FE2DC;
}
</style>
border-color css
<style>
span { border-color: #2FE2DC; }
span { border-color: rgb(47,226,220); }
td.TdClassName
{
border-color: #2FE2DC;
}
.TagClassName
{
border-color: #2FE2DC;
}
</style>