Shades of Turquoise #2FFBD5
Tints of Turquoise #2FFBD5
RGB
CMYK
RGB Variations
Color information
#2FFBD5 (or 0x2FFBD5) is known color: Turquoise. HEX triplet: 2F, FB and D5. RGB value is (47,251,213). Sum of RGB (Red+Green+Blue) = 47+251+213=511 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.20% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBD5 is #D0042A. Grayscale: #B9B9B9. Windows color (decimal): -13632555 or 14023471. OLE color: 14023471.
HSL color Cylindrical-coordinate representation of color #2FFBD5: hue angle of 168.82º 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 #2FFBD5 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 213 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.02 |
| HSL | 168.82º | 0.96% | 0.58% | - |
| HSV(B) | 168.82º | 0.81% | 0.98% | - |
| XYZ | 47.68 | 74.4 | 74.8 | - |
| YUV | 185.67 | 143.41 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 213 | 0.81 | 0 | 0.15 | 0.02 | 168.82 | 0.96 | 0.58 |
| Hex | 2F | FB | D5 | 51 | 0 | F | 2 | A9 | 60 | 3A |
| Octal | 57 | 373 | 325 | 121 | 0 | 17 | 2 | 251 | 140 | 72 |
| Binary | 101111 | 11111011 | 11010101 | 1010001 | 0 | 1111 | 10 | 10101001 | 1100000 | 111010 |
Color Harmonies of #2FFBD5
Complementary color
Monochromatic Colors of #2FFBD5
Black with #2FFBD5
Text Example
Text Example
White with #2FFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBD5; }
p { color: rgb(47,251,213); }
H1.HeaderClassName
{
color: #2FFBD5;
}
.AnyTagClassName
{
color: #2FFBD5;
}
</style>
background-color css
<style>
a { background-color: #2FFBD5; }
a { background-color: rgb(47,251,213); }
div.DivClassName
{
background-color: #2FFBD5;
}
.BgClassName
{
background-color: #2FFBD5;
}
</style>
border-color css
<style>
span { border-color: #2FFBD5; }
span { border-color: rgb(47,251,213); }
td.TdClassName
{
border-color: #2FFBD5;
}
.TagClassName
{
border-color: #2FFBD5;
}
</style>