Shades of Turquoise #2FD4CB
Tints of Turquoise #2FD4CB
RGB
CMYK
RGB Variations
Color information
#2FD4CB (or 0x2FD4CB) is known color: Turquoise. HEX triplet: 2F, D4 and CB. RGB value is (47,212,203). Sum of RGB (Red+Green+Blue) = 47+212+203=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD4CB is #D02B34. Grayscale: #A1A1A1. Windows color (decimal): -13642549 or 13358127. OLE color: 13358127.
HSL color Cylindrical-coordinate representation of color #2FD4CB: hue angle of 176.73º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD4CB is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 212 | 203 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.17 |
| HSL | 176.73º | 0.66% | 0.51% | - |
| HSV(B) | 176.73º | 0.78% | 0.83% | - |
| XYZ | 35.5 | 52 | 64.67 | - |
| YUV | 161.64 | 151.34 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 212 | 203 | 0.78 | 0 | 0.04 | 0.17 | 176.73 | 0.66 | 0.51 |
| Hex | 2F | D4 | CB | 4E | 0 | 4 | 11 | B1 | 42 | 33 |
| Octal | 57 | 324 | 313 | 116 | 0 | 4 | 21 | 261 | 102 | 63 |
| Binary | 101111 | 11010100 | 11001011 | 1001110 | 0 | 100 | 10001 | 10110001 | 1000010 | 110011 |
Color Harmonies of #2FD4CB
Complementary color
Monochromatic Colors of #2FD4CB
Black with #2FD4CB
Text Example
Text Example
White with #2FD4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD4CB; }
p { color: rgb(47,212,203); }
H1.HeaderClassName
{
color: #2FD4CB;
}
.AnyTagClassName
{
color: #2FD4CB;
}
</style>
background-color css
<style>
a { background-color: #2FD4CB; }
a { background-color: rgb(47,212,203); }
div.DivClassName
{
background-color: #2FD4CB;
}
.BgClassName
{
background-color: #2FD4CB;
}
</style>
border-color css
<style>
span { border-color: #2FD4CB; }
span { border-color: rgb(47,212,203); }
td.TdClassName
{
border-color: #2FD4CB;
}
.TagClassName
{
border-color: #2FD4CB;
}
</style>