Shades of Turquoise #2BFECC
Tints of Turquoise #2BFECC
RGB
CMYK
RGB Variations
Color information
#2BFECC (or 0x2BFECC) is known color: Turquoise. HEX triplet: 2B, FE and CC. RGB value is (43,254,204). Sum of RGB (Red+Green+Blue) = 43+254+204=501 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.58% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFECC is #D40133. Grayscale: #B9B9B9. Windows color (decimal): -13893940 or 13434411. OLE color: 13434411.
HSL color Cylindrical-coordinate representation of color #2BFECC: hue angle of 165.78º 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 #2BFECC is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 204 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.00 |
| HSL | 165.78º | 0.99% | 0.58% | - |
| HSV(B) | 165.78º | 0.83% | 1% | - |
| XYZ | 47.34 | 75.76 | 69.25 | - |
| YUV | 185.21 | 138.6 | 26.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 204 | 0.83 | 0 | 0.20 | 0.00 | 165.78 | 0.99 | 0.58 |
| Hex | 2B | FE | CC | 53 | 0 | 14 | 0 | A6 | 63 | 3A |
| Octal | 53 | 376 | 314 | 123 | 0 | 24 | 0 | 246 | 143 | 72 |
| Binary | 101011 | 11111110 | 11001100 | 1010011 | 0 | 10100 | 0 | 10100110 | 1100011 | 111010 |
Color Harmonies of #2BFECC
Complementary color
Monochromatic Colors of #2BFECC
Black with #2BFECC
Text Example
Text Example
White with #2BFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFECC; }
p { color: rgb(43,254,204); }
H1.HeaderClassName
{
color: #2BFECC;
}
.AnyTagClassName
{
color: #2BFECC;
}
</style>
background-color css
<style>
a { background-color: #2BFECC; }
a { background-color: rgb(43,254,204); }
div.DivClassName
{
background-color: #2BFECC;
}
.BgClassName
{
background-color: #2BFECC;
}
</style>
border-color css
<style>
span { border-color: #2BFECC; }
span { border-color: rgb(43,254,204); }
td.TdClassName
{
border-color: #2BFECC;
}
.TagClassName
{
border-color: #2BFECC;
}
</style>