Shades of Turquoise #2FFBDB
Tints of Turquoise #2FFBDB
RGB
CMYK
RGB Variations
Color information
#2FFBDB (or 0x2FFBDB) is known color: Turquoise. HEX triplet: 2F, FB and DB. RGB value is (47,251,219). Sum of RGB (Red+Green+Blue) = 47+251+219=517 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.09% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBDB is #D00424. Grayscale: #BABABA. Windows color (decimal): -13632549 or 14416687. OLE color: 14416687.
HSL color Cylindrical-coordinate representation of color #2FFBDB: hue angle of 170.59º 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 #2FFBDB is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 219 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.02 |
| HSL | 170.59º | 0.96% | 0.58% | - |
| HSV(B) | 170.59º | 0.81% | 0.98% | - |
| XYZ | 48.46 | 74.71 | 78.89 | - |
| YUV | 186.36 | 146.41 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 219 | 0.81 | 0 | 0.13 | 0.02 | 170.59 | 0.96 | 0.58 |
| Hex | 2F | FB | DB | 51 | 0 | D | 2 | AB | 60 | 3A |
| Octal | 57 | 373 | 333 | 121 | 0 | 15 | 2 | 253 | 140 | 72 |
| Binary | 101111 | 11111011 | 11011011 | 1010001 | 0 | 1101 | 10 | 10101011 | 1100000 | 111010 |
Color Harmonies of #2FFBDB
Complementary color
Monochromatic Colors of #2FFBDB
Black with #2FFBDB
Text Example
Text Example
White with #2FFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBDB; }
p { color: rgb(47,251,219); }
H1.HeaderClassName
{
color: #2FFBDB;
}
.AnyTagClassName
{
color: #2FFBDB;
}
</style>
background-color css
<style>
a { background-color: #2FFBDB; }
a { background-color: rgb(47,251,219); }
div.DivClassName
{
background-color: #2FFBDB;
}
.BgClassName
{
background-color: #2FFBDB;
}
</style>
border-color css
<style>
span { border-color: #2FFBDB; }
span { border-color: rgb(47,251,219); }
td.TdClassName
{
border-color: #2FFBDB;
}
.TagClassName
{
border-color: #2FFBDB;
}
</style>