Shades of Turquoise #2FF1C4
Tints of Turquoise #2FF1C4
RGB
CMYK
RGB Variations
Color information
#2FF1C4 (or 0x2FF1C4) is known color: Turquoise. HEX triplet: 2F, F1 and C4. RGB value is (47,241,196). Sum of RGB (Red+Green+Blue) = 47+241+196=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF1C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF1C4 is #D00E3B. Grayscale: #B1B1B1. Windows color (decimal): -13635132 or 12906799. OLE color: 12906799.
HSL color Cylindrical-coordinate representation of color #2FF1C4: hue angle of 166.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF1C4 is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 196 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.05 |
| HSL | 166.08º | 0.87% | 0.56% | - |
| HSV(B) | 166.08º | 0.8% | 0.95% | - |
| XYZ | 42.59 | 67.5 | 63.01 | - |
| YUV | 177.86 | 138.23 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 196 | 0.80 | 0 | 0.19 | 0.05 | 166.08 | 0.87 | 0.56 |
| Hex | 2F | F1 | C4 | 50 | 0 | 13 | 5 | A6 | 57 | 38 |
| Octal | 57 | 361 | 304 | 120 | 0 | 23 | 5 | 246 | 127 | 70 |
| Binary | 101111 | 11110001 | 11000100 | 1010000 | 0 | 10011 | 101 | 10100110 | 1010111 | 111000 |
Color Harmonies of #2FF1C4
Complementary color
Monochromatic Colors of #2FF1C4
Black with #2FF1C4
Text Example
Text Example
White with #2FF1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF1C4; }
p { color: rgb(47,241,196); }
H1.HeaderClassName
{
color: #2FF1C4;
}
.AnyTagClassName
{
color: #2FF1C4;
}
</style>
background-color css
<style>
a { background-color: #2FF1C4; }
a { background-color: rgb(47,241,196); }
div.DivClassName
{
background-color: #2FF1C4;
}
.BgClassName
{
background-color: #2FF1C4;
}
</style>
border-color css
<style>
span { border-color: #2FF1C4; }
span { border-color: rgb(47,241,196); }
td.TdClassName
{
border-color: #2FF1C4;
}
.TagClassName
{
border-color: #2FF1C4;
}
</style>