Shades of Turquoise #2FFDF2
Tints of Turquoise #2FFDF2
RGB
CMYK
RGB Variations
Color information
#2FFDF2 (or 0x2FFDF2) is known color: Turquoise. HEX triplet: 2F, FD and F2. RGB value is (47,253,242). Sum of RGB (Red+Green+Blue) = 47+253+242=542 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.67% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFDF2 is #D0020D. Grayscale: #BDBDBD. Windows color (decimal): -13632014 or 15924527. OLE color: 15924527.
HSL color Cylindrical-coordinate representation of color #2FFDF2: hue angle of 176.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDF2 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 242 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.01 |
| HSL | 176.8º | 0.98% | 0.59% | - |
| HSV(B) | 176.8º | 0.81% | 0.99% | - |
| XYZ | 52.32 | 77.27 | 96.16 | - |
| YUV | 190.15 | 157.25 | 25.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 242 | 0.81 | 0 | 0.04 | 0.01 | 176.8 | 0.98 | 0.59 |
| Hex | 2F | FD | F2 | 51 | 0 | 4 | 1 | B1 | 62 | 3B |
| Octal | 57 | 375 | 362 | 121 | 0 | 4 | 1 | 261 | 142 | 73 |
| Binary | 101111 | 11111101 | 11110010 | 1010001 | 0 | 100 | 1 | 10110001 | 1100010 | 111011 |
Color Harmonies of #2FFDF2
Complementary color
Monochromatic Colors of #2FFDF2
Black with #2FFDF2
Text Example
Text Example
White with #2FFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDF2; }
p { color: rgb(47,253,242); }
H1.HeaderClassName
{
color: #2FFDF2;
}
.AnyTagClassName
{
color: #2FFDF2;
}
</style>
background-color css
<style>
a { background-color: #2FFDF2; }
a { background-color: rgb(47,253,242); }
div.DivClassName
{
background-color: #2FFDF2;
}
.BgClassName
{
background-color: #2FFDF2;
}
</style>
border-color css
<style>
span { border-color: #2FFDF2; }
span { border-color: rgb(47,253,242); }
td.TdClassName
{
border-color: #2FFDF2;
}
.TagClassName
{
border-color: #2FFDF2;
}
</style>