Shades of Bright Turquoise #0BEACC
Tints of Bright Turquoise #0BEACC
RGB
CMYK
RGB Variations
Color information
#0BEACC (or 0x0BEACC) is known color: Bright Turquoise. HEX triplet: 0B, EA and CC. RGB value is (11,234,204). Sum of RGB (Red+Green+Blue) = 11+234+204=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEACC is #F41533. Grayscale: #A3A3A3. Windows color (decimal): -15996212 or 13429259. OLE color: 13429259.
HSL color Cylindrical-coordinate representation of color #0BEACC: hue angle of 171.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEACC is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 204 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.08 |
| HSL | 171.93º | 0.91% | 0.48% | - |
| HSV(B) | 171.93º | 0.95% | 0.92% | - |
| XYZ | 40.46 | 63.28 | 67.21 | - |
| YUV | 163.9 | 150.62 | 18.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 204 | 0.95 | 0 | 0.13 | 0.08 | 171.93 | 0.91 | 0.48 |
| Hex | B | EA | CC | 5F | 0 | D | 8 | AC | 5B | 30 |
| Octal | 13 | 352 | 314 | 137 | 0 | 15 | 10 | 254 | 133 | 60 |
| Binary | 1011 | 11101010 | 11001100 | 1011111 | 0 | 1101 | 1000 | 10101100 | 1011011 | 110000 |
Color Harmonies of #0BEACC
Complementary color
Monochromatic Colors of #0BEACC
Black with #0BEACC
Text Example
Text Example
White with #0BEACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEACC; }
p { color: rgb(11,234,204); }
H1.HeaderClassName
{
color: #0BEACC;
}
.AnyTagClassName
{
color: #0BEACC;
}
</style>
background-color css
<style>
a { background-color: #0BEACC; }
a { background-color: rgb(11,234,204); }
div.DivClassName
{
background-color: #0BEACC;
}
.BgClassName
{
background-color: #0BEACC;
}
</style>
border-color css
<style>
span { border-color: #0BEACC; }
span { border-color: rgb(11,234,204); }
td.TdClassName
{
border-color: #0BEACC;
}
.TagClassName
{
border-color: #0BEACC;
}
</style>