Shades of Bright Turquoise #2BEAEE
Tints of Bright Turquoise #2BEAEE
RGB
CMYK
RGB Variations
Color information
#2BEAEE (or 0x2BEAEE) is known color: Bright Turquoise. HEX triplet: 2B, EA and EE. RGB value is (43,234,238). Sum of RGB (Red+Green+Blue) = 43+234+238=515 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.35% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BEAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEAEE is #D41511. Grayscale: #B1B1B1. Windows color (decimal): -13899026 or 15657515. OLE color: 15657515.
HSL color Cylindrical-coordinate representation of color #2BEAEE: hue angle of 181.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEAEE is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 234 | 238 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.07 |
| HSL | 181.23º | 0.85% | 0.55% | - |
| HSV(B) | 181.23º | 0.82% | 0.93% | - |
| XYZ | 45.85 | 65.53 | 91.12 | - |
| YUV | 177.35 | 162.22 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 238 | 0.82 | 0.02 | 0 | 0.07 | 181.23 | 0.85 | 0.55 |
| Hex | 2B | EA | EE | 52 | 2 | 0 | 7 | B5 | 55 | 37 |
| Octal | 53 | 352 | 356 | 122 | 2 | 0 | 7 | 265 | 125 | 67 |
| Binary | 101011 | 11101010 | 11101110 | 1010010 | 10 | 0 | 111 | 10110101 | 1010101 | 110111 |
Color Harmonies of #2BEAEE
Complementary color
Monochromatic Colors of #2BEAEE
Black with #2BEAEE
Text Example
Text Example
White with #2BEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAEE; }
p { color: rgb(43,234,238); }
H1.HeaderClassName
{
color: #2BEAEE;
}
.AnyTagClassName
{
color: #2BEAEE;
}
</style>
background-color css
<style>
a { background-color: #2BEAEE; }
a { background-color: rgb(43,234,238); }
div.DivClassName
{
background-color: #2BEAEE;
}
.BgClassName
{
background-color: #2BEAEE;
}
</style>
border-color css
<style>
span { border-color: #2BEAEE; }
span { border-color: rgb(43,234,238); }
td.TdClassName
{
border-color: #2BEAEE;
}
.TagClassName
{
border-color: #2BEAEE;
}
</style>