Shades of Turquoise #2FF5C1
Tints of Turquoise #2FF5C1
RGB
CMYK
RGB Variations
Color information
#2FF5C1 (or 0x2FF5C1) is known color: Turquoise. HEX triplet: 2F, F5 and C1. RGB value is (47,245,193). Sum of RGB (Red+Green+Blue) = 47+245+193=485 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.69% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF5C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF5C1 is #D00A3E. Grayscale: #B3B3B3. Windows color (decimal): -13634111 or 12711215. OLE color: 12711215.
HSL color Cylindrical-coordinate representation of color #2FF5C1: hue angle of 164.24º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF5C1 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 193 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.04 |
| HSL | 164.24º | 0.91% | 0.57% | - |
| HSV(B) | 164.24º | 0.81% | 0.96% | - |
| XYZ | 43.45 | 69.76 | 61.63 | - |
| YUV | 179.87 | 135.4 | 33.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 193 | 0.81 | 0 | 0.21 | 0.04 | 164.24 | 0.91 | 0.57 |
| Hex | 2F | F5 | C1 | 51 | 0 | 15 | 4 | A4 | 5B | 39 |
| Octal | 57 | 365 | 301 | 121 | 0 | 25 | 4 | 244 | 133 | 71 |
| Binary | 101111 | 11110101 | 11000001 | 1010001 | 0 | 10101 | 100 | 10100100 | 1011011 | 111001 |
Color Harmonies of #2FF5C1
Complementary color
Monochromatic Colors of #2FF5C1
Black with #2FF5C1
Text Example
Text Example
White with #2FF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF5C1; }
p { color: rgb(47,245,193); }
H1.HeaderClassName
{
color: #2FF5C1;
}
.AnyTagClassName
{
color: #2FF5C1;
}
</style>
background-color css
<style>
a { background-color: #2FF5C1; }
a { background-color: rgb(47,245,193); }
div.DivClassName
{
background-color: #2FF5C1;
}
.BgClassName
{
background-color: #2FF5C1;
}
</style>
border-color css
<style>
span { border-color: #2FF5C1; }
span { border-color: rgb(47,245,193); }
td.TdClassName
{
border-color: #2FF5C1;
}
.TagClassName
{
border-color: #2FF5C1;
}
</style>