Shades of Turquoise #2FFBD4
Tints of Turquoise #2FFBD4
RGB
CMYK
RGB Variations
Color information
#2FFBD4 (or 0x2FFBD4) is known color: Turquoise. HEX triplet: 2F, FB and D4. RGB value is (47,251,212). Sum of RGB (Red+Green+Blue) = 47+251+212=510 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.22% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBD4 is #D0042B. Grayscale: #B9B9B9. Windows color (decimal): -13632556 or 13957935. OLE color: 13957935.
HSL color Cylindrical-coordinate representation of color #2FFBD4: hue angle of 168.53º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFBD4 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 212 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.02 |
| HSL | 168.53º | 0.96% | 0.58% | - |
| HSV(B) | 168.53º | 0.81% | 0.98% | - |
| XYZ | 47.55 | 74.35 | 74.13 | - |
| YUV | 185.56 | 142.91 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 212 | 0.81 | 0 | 0.16 | 0.02 | 168.53 | 0.96 | 0.58 |
| Hex | 2F | FB | D4 | 51 | 0 | 10 | 2 | A9 | 60 | 3A |
| Octal | 57 | 373 | 324 | 121 | 0 | 20 | 2 | 251 | 140 | 72 |
| Binary | 101111 | 11111011 | 11010100 | 1010001 | 0 | 10000 | 10 | 10101001 | 1100000 | 111010 |
Color Harmonies of #2FFBD4
Complementary color
Monochromatic Colors of #2FFBD4
Black with #2FFBD4
Text Example
Text Example
White with #2FFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBD4; }
p { color: rgb(47,251,212); }
H1.HeaderClassName
{
color: #2FFBD4;
}
.AnyTagClassName
{
color: #2FFBD4;
}
</style>
background-color css
<style>
a { background-color: #2FFBD4; }
a { background-color: rgb(47,251,212); }
div.DivClassName
{
background-color: #2FFBD4;
}
.BgClassName
{
background-color: #2FFBD4;
}
</style>
border-color css
<style>
span { border-color: #2FFBD4; }
span { border-color: rgb(47,251,212); }
td.TdClassName
{
border-color: #2FFBD4;
}
.TagClassName
{
border-color: #2FFBD4;
}
</style>