Shades of Turquoise #2BFFCE
Tints of Turquoise #2BFFCE
RGB
CMYK
RGB Variations
Color information
#2BFFCE (or 0x2BFFCE) is known color: Turquoise. HEX triplet: 2B, FF and CE. RGB value is (43,255,206). Sum of RGB (Red+Green+Blue) = 43+255+206=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFCE is #D40031. Grayscale: #BABABA. Windows color (decimal): -13893682 or 13565739. OLE color: 13565739.
HSL color Cylindrical-coordinate representation of color #2BFFCE: hue angle of 166.13º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFCE is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 206 | - |
| CMYK | 0.83 | 0 | 0.19 | 0 |
| HSL | 166.13º | 1% | 0.58% | - |
| HSV(B) | 166.13º | 0.83% | 1% | - |
| XYZ | 47.9 | 76.49 | 70.63 | - |
| YUV | 186.03 | 139.26 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 206 | 0.83 | 0 | 0.19 | 0 | 166.13 | 1 | 0.58 |
| Hex | 2B | FF | CE | 53 | 0 | 13 | 0 | A6 | 64 | 3A |
| Octal | 53 | 377 | 316 | 123 | 0 | 23 | 0 | 246 | 144 | 72 |
| Binary | 101011 | 11111111 | 11001110 | 1010011 | 0 | 10011 | 0 | 10100110 | 1100100 | 111010 |
Color Harmonies of #2BFFCE
Complementary color
Monochromatic Colors of #2BFFCE
Black with #2BFFCE
Text Example
Text Example
White with #2BFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFCE; }
p { color: rgb(43,255,206); }
H1.HeaderClassName
{
color: #2BFFCE;
}
.AnyTagClassName
{
color: #2BFFCE;
}
</style>
background-color css
<style>
a { background-color: #2BFFCE; }
a { background-color: rgb(43,255,206); }
div.DivClassName
{
background-color: #2BFFCE;
}
.BgClassName
{
background-color: #2BFFCE;
}
</style>
border-color css
<style>
span { border-color: #2BFFCE; }
span { border-color: rgb(43,255,206); }
td.TdClassName
{
border-color: #2BFFCE;
}
.TagClassName
{
border-color: #2BFFCE;
}
</style>