Shades of Turquoise #2FFBDE
Tints of Turquoise #2FFBDE
RGB
CMYK
RGB Variations
Color information
#2FFBDE (or 0x2FFBDE) is known color: Turquoise. HEX triplet: 2F, FB and DE. RGB value is (47,251,222). Sum of RGB (Red+Green+Blue) = 47+251+222=520 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.04% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFBDE is #D00421. Grayscale: #BABABA. Windows color (decimal): -13632546 or 14613295. OLE color: 14613295.
HSL color Cylindrical-coordinate representation of color #2FFBDE: hue angle of 171.47º 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 #2FFBDE is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 222 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.02 |
| HSL | 171.47º | 0.96% | 0.58% | - |
| HSV(B) | 171.47º | 0.81% | 0.98% | - |
| XYZ | 48.85 | 74.87 | 80.98 | - |
| YUV | 186.7 | 147.91 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 222 | 0.81 | 0 | 0.12 | 0.02 | 171.47 | 0.96 | 0.58 |
| Hex | 2F | FB | DE | 51 | 0 | C | 2 | AB | 60 | 3A |
| Octal | 57 | 373 | 336 | 121 | 0 | 14 | 2 | 253 | 140 | 72 |
| Binary | 101111 | 11111011 | 11011110 | 1010001 | 0 | 1100 | 10 | 10101011 | 1100000 | 111010 |
Color Harmonies of #2FFBDE
Complementary color
Monochromatic Colors of #2FFBDE
Black with #2FFBDE
Text Example
Text Example
White with #2FFBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBDE; }
p { color: rgb(47,251,222); }
H1.HeaderClassName
{
color: #2FFBDE;
}
.AnyTagClassName
{
color: #2FFBDE;
}
</style>
background-color css
<style>
a { background-color: #2FFBDE; }
a { background-color: rgb(47,251,222); }
div.DivClassName
{
background-color: #2FFBDE;
}
.BgClassName
{
background-color: #2FFBDE;
}
</style>
border-color css
<style>
span { border-color: #2FFBDE; }
span { border-color: rgb(47,251,222); }
td.TdClassName
{
border-color: #2FFBDE;
}
.TagClassName
{
border-color: #2FFBDE;
}
</style>