Shades of Bright Turquoise #0BEAD6
Tints of Bright Turquoise #0BEAD6
RGB
CMYK
RGB Variations
Color information
#0BEAD6 (or 0x0BEAD6) is known color: Bright Turquoise. HEX triplet: 0B, EA and D6. RGB value is (11,234,214). Sum of RGB (Red+Green+Blue) = 11+234+214=459 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEAD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEAD6 is #F41529. Grayscale: #A4A4A4. Windows color (decimal): -15996202 or 14084619. OLE color: 14084619.
HSL color Cylindrical-coordinate representation of color #0BEAD6: hue angle of 174.62º 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 #0BEAD6 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 214 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.08 |
| HSL | 174.62º | 0.91% | 0.48% | - |
| HSV(B) | 174.62º | 0.95% | 0.92% | - |
| XYZ | 41.7 | 63.77 | 73.73 | - |
| YUV | 165.04 | 155.62 | 18.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 214 | 0.95 | 0 | 0.09 | 0.08 | 174.62 | 0.91 | 0.48 |
| Hex | B | EA | D6 | 5F | 0 | 9 | 8 | AF | 5B | 30 |
| Octal | 13 | 352 | 326 | 137 | 0 | 11 | 10 | 257 | 133 | 60 |
| Binary | 1011 | 11101010 | 11010110 | 1011111 | 0 | 1001 | 1000 | 10101111 | 1011011 | 110000 |
Color Harmonies of #0BEAD6
Complementary color
Monochromatic Colors of #0BEAD6
Black with #0BEAD6
Text Example
Text Example
White with #0BEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEAD6; }
p { color: rgb(11,234,214); }
H1.HeaderClassName
{
color: #0BEAD6;
}
.AnyTagClassName
{
color: #0BEAD6;
}
</style>
background-color css
<style>
a { background-color: #0BEAD6; }
a { background-color: rgb(11,234,214); }
div.DivClassName
{
background-color: #0BEAD6;
}
.BgClassName
{
background-color: #0BEAD6;
}
</style>
border-color css
<style>
span { border-color: #0BEAD6; }
span { border-color: rgb(11,234,214); }
td.TdClassName
{
border-color: #0BEAD6;
}
.TagClassName
{
border-color: #0BEAD6;
}
</style>