Shades of Turquoise #2FFDC5
Tints of Turquoise #2FFDC5
RGB
CMYK
RGB Variations
Color information
#2FFDC5 (or 0x2FFDC5) is known color: Turquoise. HEX triplet: 2F, FD and C5. RGB value is (47,253,197). Sum of RGB (Red+Green+Blue) = 47+253+197=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDC5 is #D0023A. Grayscale: #B9B9B9. Windows color (decimal): -13632059 or 12975407. OLE color: 12975407.
HSL color Cylindrical-coordinate representation of color #2FFDC5: hue angle of 163.69º 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 #2FFDC5 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 197 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.01 |
| HSL | 163.69º | 0.98% | 0.59% | - |
| HSV(B) | 163.69º | 0.81% | 0.99% | - |
| XYZ | 46.38 | 74.89 | 64.83 | - |
| YUV | 185.02 | 134.75 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 197 | 0.81 | 0 | 0.22 | 0.01 | 163.69 | 0.98 | 0.59 |
| Hex | 2F | FD | C5 | 51 | 0 | 16 | 1 | A4 | 62 | 3B |
| Octal | 57 | 375 | 305 | 121 | 0 | 26 | 1 | 244 | 142 | 73 |
| Binary | 101111 | 11111101 | 11000101 | 1010001 | 0 | 10110 | 1 | 10100100 | 1100010 | 111011 |
Color Harmonies of #2FFDC5
Complementary color
Monochromatic Colors of #2FFDC5
Black with #2FFDC5
Text Example
Text Example
White with #2FFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDC5; }
p { color: rgb(47,253,197); }
H1.HeaderClassName
{
color: #2FFDC5;
}
.AnyTagClassName
{
color: #2FFDC5;
}
</style>
background-color css
<style>
a { background-color: #2FFDC5; }
a { background-color: rgb(47,253,197); }
div.DivClassName
{
background-color: #2FFDC5;
}
.BgClassName
{
background-color: #2FFDC5;
}
</style>
border-color css
<style>
span { border-color: #2FFDC5; }
span { border-color: rgb(47,253,197); }
td.TdClassName
{
border-color: #2FFDC5;
}
.TagClassName
{
border-color: #2FFDC5;
}
</style>