Shades of Bright Turquoise #2BEEED
Tints of Bright Turquoise #2BEEED
RGB
CMYK
RGB Variations
Color information
#2BEEED (or 0x2BEEED) is known color: Bright Turquoise. HEX triplet: 2B, EE and ED. RGB value is (43,238,237). Sum of RGB (Red+Green+Blue) = 43+238+237=518 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.30% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEEED is #D41112. Grayscale: #B3B3B3. Windows color (decimal): -13898003 or 15593003. OLE color: 15593003.
HSL color Cylindrical-coordinate representation of color #2BEEED: hue angle of 179.69º 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 #2BEEED is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 237 | - |
| CMYK | 0.82 | 0 | 0.00 | 0.07 |
| HSL | 179.69º | 0.85% | 0.55% | - |
| HSV(B) | 179.69º | 0.82% | 0.93% | - |
| XYZ | 46.86 | 67.78 | 90.73 | - |
| YUV | 179.58 | 160.4 | 30.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 237 | 0.82 | 0 | 0.00 | 0.07 | 179.69 | 0.85 | 0.55 |
| Hex | 2B | EE | ED | 52 | 0 | 0 | 7 | B4 | 55 | 37 |
| Octal | 53 | 356 | 355 | 122 | 0 | 0 | 7 | 264 | 125 | 67 |
| Binary | 101011 | 11101110 | 11101101 | 1010010 | 0 | 0 | 111 | 10110100 | 1010101 | 110111 |
Color Harmonies of #2BEEED
Complementary color
Monochromatic Colors of #2BEEED
Black with #2BEEED
Text Example
Text Example
White with #2BEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEED; }
p { color: rgb(43,238,237); }
H1.HeaderClassName
{
color: #2BEEED;
}
.AnyTagClassName
{
color: #2BEEED;
}
</style>
background-color css
<style>
a { background-color: #2BEEED; }
a { background-color: rgb(43,238,237); }
div.DivClassName
{
background-color: #2BEEED;
}
.BgClassName
{
background-color: #2BEEED;
}
</style>
border-color css
<style>
span { border-color: #2BEEED; }
span { border-color: rgb(43,238,237); }
td.TdClassName
{
border-color: #2BEEED;
}
.TagClassName
{
border-color: #2BEEED;
}
</style>