Shades of Turquoise #2BFADE
Tints of Turquoise #2BFADE
RGB
CMYK
RGB Variations
Color information
#2BFADE (or 0x2BFADE) is known color: Turquoise. HEX triplet: 2B, FA and DE. RGB value is (43,250,222). Sum of RGB (Red+Green+Blue) = 43+250+222=515 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.35% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFADE is #D40521. Grayscale: #B8B8B8. Windows color (decimal): -13894946 or 14613035. OLE color: 14613035.
HSL color Cylindrical-coordinate representation of color #2BFADE: hue angle of 171.88º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFADE is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 222 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.02 |
| HSL | 171.88º | 0.95% | 0.57% | - |
| HSV(B) | 171.88º | 0.83% | 0.98% | - |
| XYZ | 48.37 | 74.16 | 80.87 | - |
| YUV | 184.92 | 148.92 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 222 | 0.83 | 0 | 0.11 | 0.02 | 171.88 | 0.95 | 0.57 |
| Hex | 2B | FA | DE | 53 | 0 | B | 2 | AC | 5F | 39 |
| Octal | 53 | 372 | 336 | 123 | 0 | 13 | 2 | 254 | 137 | 71 |
| Binary | 101011 | 11111010 | 11011110 | 1010011 | 0 | 1011 | 10 | 10101100 | 1011111 | 111001 |
Color Harmonies of #2BFADE
Complementary color
Monochromatic Colors of #2BFADE
Black with #2BFADE
Text Example
Text Example
White with #2BFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFADE; }
p { color: rgb(43,250,222); }
H1.HeaderClassName
{
color: #2BFADE;
}
.AnyTagClassName
{
color: #2BFADE;
}
</style>
background-color css
<style>
a { background-color: #2BFADE; }
a { background-color: rgb(43,250,222); }
div.DivClassName
{
background-color: #2BFADE;
}
.BgClassName
{
background-color: #2BFADE;
}
</style>
border-color css
<style>
span { border-color: #2BFADE; }
span { border-color: rgb(43,250,222); }
td.TdClassName
{
border-color: #2BFADE;
}
.TagClassName
{
border-color: #2BFADE;
}
</style>