Shades of Bright Turquoise #0BEACD
Tints of Bright Turquoise #0BEACD
RGB
CMYK
RGB Variations
Color information
#0BEACD (or 0x0BEACD) is known color: Bright Turquoise. HEX triplet: 0B, EA and CD. RGB value is (11,234,205). Sum of RGB (Red+Green+Blue) = 11+234+205=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEACD is #F41532. Grayscale: #A3A3A3. Windows color (decimal): -15996211 or 13494795. OLE color: 13494795.
HSL color Cylindrical-coordinate representation of color #0BEACD: hue angle of 172.2º 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 #0BEACD is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 205 | - |
| CMYK | 0.95 | 0 | 0.12 | 0.08 |
| HSL | 172.2º | 0.91% | 0.48% | - |
| HSV(B) | 172.2º | 0.95% | 0.92% | - |
| XYZ | 40.58 | 63.32 | 67.84 | - |
| YUV | 164.02 | 151.12 | 18.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 205 | 0.95 | 0 | 0.12 | 0.08 | 172.2 | 0.91 | 0.48 |
| Hex | B | EA | CD | 5F | 0 | C | 8 | AC | 5B | 30 |
| Octal | 13 | 352 | 315 | 137 | 0 | 14 | 10 | 254 | 133 | 60 |
| Binary | 1011 | 11101010 | 11001101 | 1011111 | 0 | 1100 | 1000 | 10101100 | 1011011 | 110000 |
Color Harmonies of #0BEACD
Complementary color
Monochromatic Colors of #0BEACD
Black with #0BEACD
Text Example
Text Example
White with #0BEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEACD; }
p { color: rgb(11,234,205); }
H1.HeaderClassName
{
color: #0BEACD;
}
.AnyTagClassName
{
color: #0BEACD;
}
</style>
background-color css
<style>
a { background-color: #0BEACD; }
a { background-color: rgb(11,234,205); }
div.DivClassName
{
background-color: #0BEACD;
}
.BgClassName
{
background-color: #0BEACD;
}
</style>
border-color css
<style>
span { border-color: #0BEACD; }
span { border-color: rgb(11,234,205); }
td.TdClassName
{
border-color: #0BEACD;
}
.TagClassName
{
border-color: #0BEACD;
}
</style>