Shades of Turquoise #2FFBD0
Tints of Turquoise #2FFBD0
RGB
CMYK
RGB Variations
Color information
#2FFBD0 (or 0x2FFBD0) is known color: Turquoise. HEX triplet: 2F, FB and D0. RGB value is (47,251,208). Sum of RGB (Red+Green+Blue) = 47+251+208=506 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.29% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBD0 is #D0042F. Grayscale: #B9B9B9. Windows color (decimal): -13632560 or 13695791. OLE color: 13695791.
HSL color Cylindrical-coordinate representation of color #2FFBD0: hue angle of 167.35º 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 #2FFBD0 is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 208 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.02 |
| HSL | 167.35º | 0.96% | 0.58% | - |
| HSV(B) | 167.35º | 0.81% | 0.98% | - |
| XYZ | 47.05 | 74.15 | 71.51 | - |
| YUV | 185.1 | 140.91 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 208 | 0.81 | 0 | 0.17 | 0.02 | 167.35 | 0.96 | 0.58 |
| Hex | 2F | FB | D0 | 51 | 0 | 11 | 2 | A7 | 60 | 3A |
| Octal | 57 | 373 | 320 | 121 | 0 | 21 | 2 | 247 | 140 | 72 |
| Binary | 101111 | 11111011 | 11010000 | 1010001 | 0 | 10001 | 10 | 10100111 | 1100000 | 111010 |
Color Harmonies of #2FFBD0
Complementary color
Monochromatic Colors of #2FFBD0
Black with #2FFBD0
Text Example
Text Example
White with #2FFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBD0; }
p { color: rgb(47,251,208); }
H1.HeaderClassName
{
color: #2FFBD0;
}
.AnyTagClassName
{
color: #2FFBD0;
}
</style>
background-color css
<style>
a { background-color: #2FFBD0; }
a { background-color: rgb(47,251,208); }
div.DivClassName
{
background-color: #2FFBD0;
}
.BgClassName
{
background-color: #2FFBD0;
}
</style>
border-color css
<style>
span { border-color: #2FFBD0; }
span { border-color: rgb(47,251,208); }
td.TdClassName
{
border-color: #2FFBD0;
}
.TagClassName
{
border-color: #2FFBD0;
}
</style>