Shades of Bright Turquoise #2BEDEF
Tints of Bright Turquoise #2BEDEF
RGB
CMYK
RGB Variations
Color information
#2BEDEF (or 0x2BEDEF) is known color: Bright Turquoise. HEX triplet: 2B, ED and EF. RGB value is (43,237,239). Sum of RGB (Red+Green+Blue) = 43+237+239=519 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.29% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BEDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEDEF is #D41210. Grayscale: #B3B3B3. Windows color (decimal): -13898257 or 15723819. OLE color: 15723819.
HSL color Cylindrical-coordinate representation of color #2BEDEF: hue angle of 180.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEDEF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 237 | 239 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.06 |
| HSL | 180.61º | 0.86% | 0.55% | - |
| HSV(B) | 180.61º | 0.82% | 0.94% | - |
| XYZ | 46.86 | 67.31 | 92.18 | - |
| YUV | 179.22 | 161.73 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 239 | 0.82 | 0.01 | 0 | 0.06 | 180.61 | 0.86 | 0.55 |
| Hex | 2B | ED | EF | 52 | 1 | 0 | 6 | B5 | 56 | 37 |
| Octal | 53 | 355 | 357 | 122 | 1 | 0 | 6 | 265 | 126 | 67 |
| Binary | 101011 | 11101101 | 11101111 | 1010010 | 1 | 0 | 110 | 10110101 | 1010110 | 110111 |
Color Harmonies of #2BEDEF
Complementary color
Monochromatic Colors of #2BEDEF
Black with #2BEDEF
Text Example
Text Example
White with #2BEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEDEF; }
p { color: rgb(43,237,239); }
H1.HeaderClassName
{
color: #2BEDEF;
}
.AnyTagClassName
{
color: #2BEDEF;
}
</style>
background-color css
<style>
a { background-color: #2BEDEF; }
a { background-color: rgb(43,237,239); }
div.DivClassName
{
background-color: #2BEDEF;
}
.BgClassName
{
background-color: #2BEDEF;
}
</style>
border-color css
<style>
span { border-color: #2BEDEF; }
span { border-color: rgb(43,237,239); }
td.TdClassName
{
border-color: #2BEDEF;
}
.TagClassName
{
border-color: #2BEDEF;
}
</style>