Shades of Turquoise #2FFDC9
Tints of Turquoise #2FFDC9
RGB
CMYK
RGB Variations
Color information
#2FFDC9 (or 0x2FFDC9) is known color: Turquoise. HEX triplet: 2F, FD and C9. RGB value is (47,253,201). Sum of RGB (Red+Green+Blue) = 47+253+201=501 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.38% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDC9 is #D00236. Grayscale: #B9B9B9. Windows color (decimal): -13632055 or 13237551. OLE color: 13237551.
HSL color Cylindrical-coordinate representation of color #2FFDC9: hue angle of 164.85º 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 #2FFDC9 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 201 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.01 |
| HSL | 164.85º | 0.98% | 0.59% | - |
| HSV(B) | 164.85º | 0.81% | 0.99% | - |
| XYZ | 46.84 | 75.07 | 67.28 | - |
| YUV | 185.48 | 136.75 | 29.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 201 | 0.81 | 0 | 0.21 | 0.01 | 164.85 | 0.98 | 0.59 |
| Hex | 2F | FD | C9 | 51 | 0 | 15 | 1 | A5 | 62 | 3B |
| Octal | 57 | 375 | 311 | 121 | 0 | 25 | 1 | 245 | 142 | 73 |
| Binary | 101111 | 11111101 | 11001001 | 1010001 | 0 | 10101 | 1 | 10100101 | 1100010 | 111011 |
Color Harmonies of #2FFDC9
Complementary color
Monochromatic Colors of #2FFDC9
Black with #2FFDC9
Text Example
Text Example
White with #2FFDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDC9; }
p { color: rgb(47,253,201); }
H1.HeaderClassName
{
color: #2FFDC9;
}
.AnyTagClassName
{
color: #2FFDC9;
}
</style>
background-color css
<style>
a { background-color: #2FFDC9; }
a { background-color: rgb(47,253,201); }
div.DivClassName
{
background-color: #2FFDC9;
}
.BgClassName
{
background-color: #2FFDC9;
}
</style>
border-color css
<style>
span { border-color: #2FFDC9; }
span { border-color: rgb(47,253,201); }
td.TdClassName
{
border-color: #2FFDC9;
}
.TagClassName
{
border-color: #2FFDC9;
}
</style>