Shades of Turquoise #2FF2BD
Tints of Turquoise #2FF2BD
RGB
CMYK
RGB Variations
Color information
#2FF2BD (or 0x2FF2BD) is known color: Turquoise. HEX triplet: 2F, F2 and BD. RGB value is (47,242,189). Sum of RGB (Red+Green+Blue) = 47+242+189=478 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.83% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF2BD is #D00D42. Grayscale: #B1B1B1. Windows color (decimal): -13634883 or 12448303. OLE color: 12448303.
HSL color Cylindrical-coordinate representation of color #2FF2BD: hue angle of 163.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF2BD is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 189 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.05 |
| HSL | 163.69º | 0.88% | 0.57% | - |
| HSV(B) | 163.69º | 0.81% | 0.95% | - |
| XYZ | 42.11 | 67.78 | 59.01 | - |
| YUV | 177.65 | 134.4 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 189 | 0.81 | 0 | 0.22 | 0.05 | 163.69 | 0.88 | 0.57 |
| Hex | 2F | F2 | BD | 51 | 0 | 16 | 5 | A4 | 58 | 39 |
| Octal | 57 | 362 | 275 | 121 | 0 | 26 | 5 | 244 | 130 | 71 |
| Binary | 101111 | 11110010 | 10111101 | 1010001 | 0 | 10110 | 101 | 10100100 | 1011000 | 111001 |
Color Harmonies of #2FF2BD
Complementary color
Monochromatic Colors of #2FF2BD
Black with #2FF2BD
Text Example
Text Example
White with #2FF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF2BD; }
p { color: rgb(47,242,189); }
H1.HeaderClassName
{
color: #2FF2BD;
}
.AnyTagClassName
{
color: #2FF2BD;
}
</style>
background-color css
<style>
a { background-color: #2FF2BD; }
a { background-color: rgb(47,242,189); }
div.DivClassName
{
background-color: #2FF2BD;
}
.BgClassName
{
background-color: #2FF2BD;
}
</style>
border-color css
<style>
span { border-color: #2FF2BD; }
span { border-color: rgb(47,242,189); }
td.TdClassName
{
border-color: #2FF2BD;
}
.TagClassName
{
border-color: #2FF2BD;
}
</style>