Shades of Bright Turquoise #2BEEEF
Tints of Bright Turquoise #2BEEEF
RGB
CMYK
RGB Variations
Color information
#2BEEEF (or 0x2BEEEF) is known color: Bright Turquoise. HEX triplet: 2B, EE and EF. RGB value is (43,238,239). Sum of RGB (Red+Green+Blue) = 43+238+239=520 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.27% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEEEF is #D41110. Grayscale: #B3B3B3. Windows color (decimal): -13898001 or 15724075. OLE color: 15724075.
HSL color Cylindrical-coordinate representation of color #2BEEEF: hue angle of 180.31º 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 #2BEEEF is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 238 | 239 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.06 |
| HSL | 180.31º | 0.86% | 0.55% | - |
| HSV(B) | 180.31º | 0.82% | 0.94% | - |
| XYZ | 47.15 | 67.89 | 92.28 | - |
| YUV | 179.81 | 161.4 | 30.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 239 | 0.82 | 0.00 | 0 | 0.06 | 180.31 | 0.86 | 0.55 |
| Hex | 2B | EE | EF | 52 | 0 | 0 | 6 | B4 | 56 | 37 |
| Octal | 53 | 356 | 357 | 122 | 0 | 0 | 6 | 264 | 126 | 67 |
| Binary | 101011 | 11101110 | 11101111 | 1010010 | 0 | 0 | 110 | 10110100 | 1010110 | 110111 |
Color Harmonies of #2BEEEF
Complementary color
Monochromatic Colors of #2BEEEF
Black with #2BEEEF
Text Example
Text Example
White with #2BEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEEF; }
p { color: rgb(43,238,239); }
H1.HeaderClassName
{
color: #2BEEEF;
}
.AnyTagClassName
{
color: #2BEEEF;
}
</style>
background-color css
<style>
a { background-color: #2BEEEF; }
a { background-color: rgb(43,238,239); }
div.DivClassName
{
background-color: #2BEEEF;
}
.BgClassName
{
background-color: #2BEEEF;
}
</style>
border-color css
<style>
span { border-color: #2BEEEF; }
span { border-color: rgb(43,238,239); }
td.TdClassName
{
border-color: #2BEEEF;
}
.TagClassName
{
border-color: #2BEEEF;
}
</style>