Shades of Turquoise #2BFECF
Tints of Turquoise #2BFECF
RGB
CMYK
RGB Variations
Color information
#2BFECF (or 0x2BFECF) is known color: Turquoise. HEX triplet: 2B, FE and CF. RGB value is (43,254,207). Sum of RGB (Red+Green+Blue) = 43+254+207=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFECF is #D40130. Grayscale: #B9B9B9. Windows color (decimal): -13893937 or 13631019. OLE color: 13631019.
HSL color Cylindrical-coordinate representation of color #2BFECF: hue angle of 166.64º 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 #2BFECF is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 207 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.00 |
| HSL | 166.64º | 0.99% | 0.58% | - |
| HSV(B) | 166.64º | 0.83% | 1% | - |
| XYZ | 47.7 | 75.9 | 71.17 | - |
| YUV | 185.55 | 140.1 | 26.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 207 | 0.83 | 0 | 0.19 | 0.00 | 166.64 | 0.99 | 0.58 |
| Hex | 2B | FE | CF | 53 | 0 | 13 | 0 | A7 | 63 | 3A |
| Octal | 53 | 376 | 317 | 123 | 0 | 23 | 0 | 247 | 143 | 72 |
| Binary | 101011 | 11111110 | 11001111 | 1010011 | 0 | 10011 | 0 | 10100111 | 1100011 | 111010 |
Color Harmonies of #2BFECF
Complementary color
Monochromatic Colors of #2BFECF
Black with #2BFECF
Text Example
Text Example
White with #2BFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFECF; }
p { color: rgb(43,254,207); }
H1.HeaderClassName
{
color: #2BFECF;
}
.AnyTagClassName
{
color: #2BFECF;
}
</style>
background-color css
<style>
a { background-color: #2BFECF; }
a { background-color: rgb(43,254,207); }
div.DivClassName
{
background-color: #2BFECF;
}
.BgClassName
{
background-color: #2BFECF;
}
</style>
border-color css
<style>
span { border-color: #2BFECF; }
span { border-color: rgb(43,254,207); }
td.TdClassName
{
border-color: #2BFECF;
}
.TagClassName
{
border-color: #2BFECF;
}
</style>