Shades of Turquoise #2FF1D9
Tints of Turquoise #2FF1D9
RGB
CMYK
RGB Variations
Color information
#2FF1D9 (or 0x2FF1D9) is known color: Turquoise. HEX triplet: 2F, F1 and D9. RGB value is (47,241,217). Sum of RGB (Red+Green+Blue) = 47+241+217=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 217 (85.16% from 255 or 42.97% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF1D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF1D9 is #D00E26. Grayscale: #B4B4B4. Windows color (decimal): -13635111 or 14283055. OLE color: 14283055.
HSL color Cylindrical-coordinate representation of color #2FF1D9: hue angle of 172.58º 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 #2FF1D9 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 217 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.05 |
| HSL | 172.58º | 0.87% | 0.56% | - |
| HSV(B) | 172.58º | 0.8% | 0.95% | - |
| XYZ | 45.15 | 68.52 | 76.49 | - |
| YUV | 180.26 | 148.73 | 32.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 217 | 0.80 | 0 | 0.10 | 0.05 | 172.58 | 0.87 | 0.56 |
| Hex | 2F | F1 | D9 | 50 | 0 | A | 5 | AD | 57 | 38 |
| Octal | 57 | 361 | 331 | 120 | 0 | 12 | 5 | 255 | 127 | 70 |
| Binary | 101111 | 11110001 | 11011001 | 1010000 | 0 | 1010 | 101 | 10101101 | 1010111 | 111000 |
Color Harmonies of #2FF1D9
Complementary color
Monochromatic Colors of #2FF1D9
Black with #2FF1D9
Text Example
Text Example
White with #2FF1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF1D9; }
p { color: rgb(47,241,217); }
H1.HeaderClassName
{
color: #2FF1D9;
}
.AnyTagClassName
{
color: #2FF1D9;
}
</style>
background-color css
<style>
a { background-color: #2FF1D9; }
a { background-color: rgb(47,241,217); }
div.DivClassName
{
background-color: #2FF1D9;
}
.BgClassName
{
background-color: #2FF1D9;
}
</style>
border-color css
<style>
span { border-color: #2FF1D9; }
span { border-color: rgb(47,241,217); }
td.TdClassName
{
border-color: #2FF1D9;
}
.TagClassName
{
border-color: #2FF1D9;
}
</style>