Shades of Turquoise #2FFDBC
Tints of Turquoise #2FFDBC
RGB
CMYK
RGB Variations
Color information
#2FFDBC (or 0x2FFDBC) is known color: Turquoise. HEX triplet: 2F, FD and BC. RGB value is (47,253,188). Sum of RGB (Red+Green+Blue) = 47+253+188=488 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.63% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFDBC is #D00243. Grayscale: #B8B8B8. Windows color (decimal): -13632068 or 12385583. OLE color: 12385583.
HSL color Cylindrical-coordinate representation of color #2FFDBC: hue angle of 161.07º 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 #2FFDBC is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 188 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.01 |
| HSL | 161.07º | 0.98% | 0.59% | - |
| HSV(B) | 161.07º | 0.81% | 0.99% | - |
| XYZ | 45.37 | 74.49 | 59.56 | - |
| YUV | 184 | 130.25 | 30.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 188 | 0.81 | 0 | 0.26 | 0.01 | 161.07 | 0.98 | 0.59 |
| Hex | 2F | FD | BC | 51 | 0 | 1A | 1 | A1 | 62 | 3B |
| Octal | 57 | 375 | 274 | 121 | 0 | 32 | 1 | 241 | 142 | 73 |
| Binary | 101111 | 11111101 | 10111100 | 1010001 | 0 | 11010 | 1 | 10100001 | 1100010 | 111011 |
Color Harmonies of #2FFDBC
Complementary color
Monochromatic Colors of #2FFDBC
Black with #2FFDBC
Text Example
Text Example
White with #2FFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDBC; }
p { color: rgb(47,253,188); }
H1.HeaderClassName
{
color: #2FFDBC;
}
.AnyTagClassName
{
color: #2FFDBC;
}
</style>
background-color css
<style>
a { background-color: #2FFDBC; }
a { background-color: rgb(47,253,188); }
div.DivClassName
{
background-color: #2FFDBC;
}
.BgClassName
{
background-color: #2FFDBC;
}
</style>
border-color css
<style>
span { border-color: #2FFDBC; }
span { border-color: rgb(47,253,188); }
td.TdClassName
{
border-color: #2FFDBC;
}
.TagClassName
{
border-color: #2FFDBC;
}
</style>