Shades of Bright Turquoise #0BEEC5
Tints of Bright Turquoise #0BEEC5
RGB
CMYK
RGB Variations
Color information
#0BEEC5 (or 0x0BEEC5) is known color: Bright Turquoise. HEX triplet: 0B, EE and C5. RGB value is (11,238,197). Sum of RGB (Red+Green+Blue) = 11+238+197=446 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #0BEEC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEEC5 is #F4113A. Grayscale: #A5A5A5. Windows color (decimal): -15995195 or 12971531. OLE color: 12971531.
HSL color Cylindrical-coordinate representation of color #0BEEC5: hue angle of 169.16º 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 #0BEEC5 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 238 | 197 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.07 |
| HSL | 169.16º | 0.91% | 0.49% | - |
| HSV(B) | 169.16º | 0.95% | 0.93% | - |
| XYZ | 40.79 | 65.25 | 63.27 | - |
| YUV | 165.45 | 145.79 | 17.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 238 | 197 | 0.95 | 0 | 0.17 | 0.07 | 169.16 | 0.91 | 0.49 |
| Hex | B | EE | C5 | 5F | 0 | 11 | 7 | A9 | 5B | 31 |
| Octal | 13 | 356 | 305 | 137 | 0 | 21 | 7 | 251 | 133 | 61 |
| Binary | 1011 | 11101110 | 11000101 | 1011111 | 0 | 10001 | 111 | 10101001 | 1011011 | 110001 |
Color Harmonies of #0BEEC5
Complementary color
Monochromatic Colors of #0BEEC5
Black with #0BEEC5
Text Example
Text Example
White with #0BEEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEEC5; }
p { color: rgb(11,238,197); }
H1.HeaderClassName
{
color: #0BEEC5;
}
.AnyTagClassName
{
color: #0BEEC5;
}
</style>
background-color css
<style>
a { background-color: #0BEEC5; }
a { background-color: rgb(11,238,197); }
div.DivClassName
{
background-color: #0BEEC5;
}
.BgClassName
{
background-color: #0BEEC5;
}
</style>
border-color css
<style>
span { border-color: #0BEEC5; }
span { border-color: rgb(11,238,197); }
td.TdClassName
{
border-color: #0BEEC5;
}
.TagClassName
{
border-color: #0BEEC5;
}
</style>