Shades of Bright Turquoise #0BE9CC
Tints of Bright Turquoise #0BE9CC
RGB
CMYK
RGB Variations
Color information
#0BE9CC (or 0x0BE9CC) is known color: Bright Turquoise. HEX triplet: 0B, E9 and CC. RGB value is (11,233,204). Sum of RGB (Red+Green+Blue) = 11+233+204=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE9CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BE9CC is #F41633. Grayscale: #A3A3A3. Windows color (decimal): -15996468 or 13429003. OLE color: 13429003.
HSL color Cylindrical-coordinate representation of color #0BE9CC: hue angle of 172.16º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE9CC is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 204 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.09 |
| HSL | 172.16º | 0.91% | 0.48% | - |
| HSV(B) | 172.16º | 0.95% | 0.91% | - |
| XYZ | 40.18 | 62.71 | 67.11 | - |
| YUV | 163.32 | 150.95 | 19.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 204 | 0.95 | 0 | 0.12 | 0.09 | 172.16 | 0.91 | 0.48 |
| Hex | B | E9 | CC | 5F | 0 | C | 9 | AC | 5B | 30 |
| Octal | 13 | 351 | 314 | 137 | 0 | 14 | 11 | 254 | 133 | 60 |
| Binary | 1011 | 11101001 | 11001100 | 1011111 | 0 | 1100 | 1001 | 10101100 | 1011011 | 110000 |
Color Harmonies of #0BE9CC
Complementary color
Monochromatic Colors of #0BE9CC
Black with #0BE9CC
Text Example
Text Example
White with #0BE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE9CC; }
p { color: rgb(11,233,204); }
H1.HeaderClassName
{
color: #0BE9CC;
}
.AnyTagClassName
{
color: #0BE9CC;
}
</style>
background-color css
<style>
a { background-color: #0BE9CC; }
a { background-color: rgb(11,233,204); }
div.DivClassName
{
background-color: #0BE9CC;
}
.BgClassName
{
background-color: #0BE9CC;
}
</style>
border-color css
<style>
span { border-color: #0BE9CC; }
span { border-color: rgb(11,233,204); }
td.TdClassName
{
border-color: #0BE9CC;
}
.TagClassName
{
border-color: #0BE9CC;
}
</style>