Shades of Turquoise #2BFEDC
Tints of Turquoise #2BFEDC
RGB
CMYK
RGB Variations
Color information
#2BFEDC (or 0x2BFEDC) is known color: Turquoise. HEX triplet: 2B, FE and DC. RGB value is (43,254,220). Sum of RGB (Red+Green+Blue) = 43+254+220=517 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.32% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFEDC is #D40123. Grayscale: #BABABA. Windows color (decimal): -13893924 or 14482987. OLE color: 14482987.
HSL color Cylindrical-coordinate representation of color #2BFEDC: hue angle of 170.33º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFEDC is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 220 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.00 |
| HSL | 170.33º | 0.99% | 0.58% | - |
| HSV(B) | 170.33º | 0.83% | 1% | - |
| XYZ | 49.36 | 76.56 | 79.89 | - |
| YUV | 187.04 | 146.6 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 220 | 0.83 | 0 | 0.13 | 0.00 | 170.33 | 0.99 | 0.58 |
| Hex | 2B | FE | DC | 53 | 0 | D | 0 | AA | 63 | 3A |
| Octal | 53 | 376 | 334 | 123 | 0 | 15 | 0 | 252 | 143 | 72 |
| Binary | 101011 | 11111110 | 11011100 | 1010011 | 0 | 1101 | 0 | 10101010 | 1100011 | 111010 |
Color Harmonies of #2BFEDC
Complementary color
Monochromatic Colors of #2BFEDC
Black with #2BFEDC
Text Example
Text Example
White with #2BFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEDC; }
p { color: rgb(43,254,220); }
H1.HeaderClassName
{
color: #2BFEDC;
}
.AnyTagClassName
{
color: #2BFEDC;
}
</style>
background-color css
<style>
a { background-color: #2BFEDC; }
a { background-color: rgb(43,254,220); }
div.DivClassName
{
background-color: #2BFEDC;
}
.BgClassName
{
background-color: #2BFEDC;
}
</style>
border-color css
<style>
span { border-color: #2BFEDC; }
span { border-color: rgb(43,254,220); }
td.TdClassName
{
border-color: #2BFEDC;
}
.TagClassName
{
border-color: #2BFEDC;
}
</style>