Shades of Bright Turquoise #0BEEEC
Tints of Bright Turquoise #0BEEEC
RGB
CMYK
RGB Variations
Color information
#0BEEEC (or 0x0BEEEC) is known color: Bright Turquoise. HEX triplet: 0B, EE and EC. RGB value is (11,238,236). Sum of RGB (Red+Green+Blue) = 11+238+236=485 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.27% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEEEC is #F41113. Grayscale: #A9A9A9. Windows color (decimal): -15995156 or 15527435. OLE color: 15527435.
HSL color Cylindrical-coordinate representation of color #0BEEEC: hue angle of 179.47º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEEEC is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 238 | 236 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.07 |
| HSL | 179.47º | 0.91% | 0.49% | - |
| HSV(B) | 179.47º | 0.95% | 0.93% | - |
| XYZ | 45.85 | 67.28 | 89.93 | - |
| YUV | 169.9 | 165.29 | 14.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 238 | 236 | 0.95 | 0 | 0.01 | 0.07 | 179.47 | 0.91 | 0.49 |
| Hex | B | EE | EC | 5F | 0 | 1 | 7 | B3 | 5B | 31 |
| Octal | 13 | 356 | 354 | 137 | 0 | 1 | 7 | 263 | 133 | 61 |
| Binary | 1011 | 11101110 | 11101100 | 1011111 | 0 | 1 | 111 | 10110011 | 1011011 | 110001 |
Color Harmonies of #0BEEEC
Complementary color
Monochromatic Colors of #0BEEEC
Black with #0BEEEC
Text Example
Text Example
White with #0BEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEEEC; }
p { color: rgb(11,238,236); }
H1.HeaderClassName
{
color: #0BEEEC;
}
.AnyTagClassName
{
color: #0BEEEC;
}
</style>
background-color css
<style>
a { background-color: #0BEEEC; }
a { background-color: rgb(11,238,236); }
div.DivClassName
{
background-color: #0BEEEC;
}
.BgClassName
{
background-color: #0BEEEC;
}
</style>
border-color css
<style>
span { border-color: #0BEEEC; }
span { border-color: rgb(11,238,236); }
td.TdClassName
{
border-color: #0BEEEC;
}
.TagClassName
{
border-color: #0BEEEC;
}
</style>