Shades of Turquoise #2BE6E4
Tints of Turquoise #2BE6E4
RGB
CMYK
RGB Variations
Color information
#2BE6E4 (or 0x2BE6E4) is known color: Turquoise. HEX triplet: 2B, E6 and E4. RGB value is (43,230,228). Sum of RGB (Red+Green+Blue) = 43+230+228=501 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.58% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #2BE6E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE6E4 is #D4191B. Grayscale: #ADADAD. Windows color (decimal): -13900060 or 15001131. OLE color: 15001131.
HSL color Cylindrical-coordinate representation of color #2BE6E4: hue angle of 179.36º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE6E4 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 230 | 228 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.10 |
| HSL | 179.36º | 0.79% | 0.54% | - |
| HSV(B) | 179.36º | 0.81% | 0.9% | - |
| XYZ | 43.3 | 62.71 | 83.22 | - |
| YUV | 173.86 | 158.55 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 230 | 228 | 0.81 | 0 | 0.01 | 0.10 | 179.36 | 0.79 | 0.54 |
| Hex | 2B | E6 | E4 | 51 | 0 | 1 | A | B3 | 4F | 36 |
| Octal | 53 | 346 | 344 | 121 | 0 | 1 | 12 | 263 | 117 | 66 |
| Binary | 101011 | 11100110 | 11100100 | 1010001 | 0 | 1 | 1010 | 10110011 | 1001111 | 110110 |
Color Harmonies of #2BE6E4
Complementary color
Monochromatic Colors of #2BE6E4
Black with #2BE6E4
Text Example
Text Example
White with #2BE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE6E4; }
p { color: rgb(43,230,228); }
H1.HeaderClassName
{
color: #2BE6E4;
}
.AnyTagClassName
{
color: #2BE6E4;
}
</style>
background-color css
<style>
a { background-color: #2BE6E4; }
a { background-color: rgb(43,230,228); }
div.DivClassName
{
background-color: #2BE6E4;
}
.BgClassName
{
background-color: #2BE6E4;
}
</style>
border-color css
<style>
span { border-color: #2BE6E4; }
span { border-color: rgb(43,230,228); }
td.TdClassName
{
border-color: #2BE6E4;
}
.TagClassName
{
border-color: #2BE6E4;
}
</style>