Shades of Turquoise #2BE9E6
Tints of Turquoise #2BE9E6
RGB
CMYK
RGB Variations
Color information
#2BE9E6 (or 0x2BE9E6) is known color: Turquoise. HEX triplet: 2B, E9 and E6. RGB value is (43,233,230). Sum of RGB (Red+Green+Blue) = 43+233+230=506 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.50% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE9E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BE9E6 is #D41619. Grayscale: #AFAFAF. Windows color (decimal): -13899290 or 15132971. OLE color: 15132971.
HSL color Cylindrical-coordinate representation of color #2BE9E6: hue angle of 179.05º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE9E6 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 230 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.09 |
| HSL | 179.05º | 0.81% | 0.54% | - |
| HSV(B) | 179.05º | 0.82% | 0.91% | - |
| XYZ | 44.42 | 64.5 | 84.97 | - |
| YUV | 175.85 | 158.55 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 230 | 0.82 | 0 | 0.01 | 0.09 | 179.05 | 0.81 | 0.54 |
| Hex | 2B | E9 | E6 | 52 | 0 | 1 | 9 | B3 | 51 | 36 |
| Octal | 53 | 351 | 346 | 122 | 0 | 1 | 11 | 263 | 121 | 66 |
| Binary | 101011 | 11101001 | 11100110 | 1010010 | 0 | 1 | 1001 | 10110011 | 1010001 | 110110 |
Color Harmonies of #2BE9E6
Complementary color
Monochromatic Colors of #2BE9E6
Black with #2BE9E6
Text Example
Text Example
White with #2BE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE9E6; }
p { color: rgb(43,233,230); }
H1.HeaderClassName
{
color: #2BE9E6;
}
.AnyTagClassName
{
color: #2BE9E6;
}
</style>
background-color css
<style>
a { background-color: #2BE9E6; }
a { background-color: rgb(43,233,230); }
div.DivClassName
{
background-color: #2BE9E6;
}
.BgClassName
{
background-color: #2BE9E6;
}
</style>
border-color css
<style>
span { border-color: #2BE9E6; }
span { border-color: rgb(43,233,230); }
td.TdClassName
{
border-color: #2BE9E6;
}
.TagClassName
{
border-color: #2BE9E6;
}
</style>