Shades of Bright Turquoise #0BE1CA
Tints of Bright Turquoise #0BE1CA
RGB
CMYK
RGB Variations
Color information
#0BE1CA (or 0x0BE1CA) is known color: Bright Turquoise. HEX triplet: 0B, E1 and CA. RGB value is (11,225,202). Sum of RGB (Red+Green+Blue) = 11+225+202=438 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.51% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE1CA is #F41E35. Grayscale: #9E9E9E. Windows color (decimal): -15998518 or 13295883. OLE color: 13295883.
HSL color Cylindrical-coordinate representation of color #0BE1CA: hue angle of 173.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE1CA is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 11 | 225 | 202 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.12 |
| HSL | 173.55º | 0.91% | 0.46% | - |
| HSV(B) | 173.55º | 0.95% | 0.88% | - |
| XYZ | 37.72 | 58.19 | 65.12 | - |
| YUV | 158.39 | 152.6 | 22.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 225 | 202 | 0.95 | 0 | 0.10 | 0.12 | 173.55 | 0.91 | 0.46 |
| Hex | B | E1 | CA | 5F | 0 | A | C | AE | 5B | 2E |
| Octal | 13 | 341 | 312 | 137 | 0 | 12 | 14 | 256 | 133 | 56 |
| Binary | 1011 | 11100001 | 11001010 | 1011111 | 0 | 1010 | 1100 | 10101110 | 1011011 | 101110 |
Color Harmonies of #0BE1CA
Complementary color
Monochromatic Colors of #0BE1CA
Black with #0BE1CA
Text Example
Text Example
White with #0BE1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE1CA; }
p { color: rgb(11,225,202); }
H1.HeaderClassName
{
color: #0BE1CA;
}
.AnyTagClassName
{
color: #0BE1CA;
}
</style>
background-color css
<style>
a { background-color: #0BE1CA; }
a { background-color: rgb(11,225,202); }
div.DivClassName
{
background-color: #0BE1CA;
}
.BgClassName
{
background-color: #0BE1CA;
}
</style>
border-color css
<style>
span { border-color: #0BE1CA; }
span { border-color: rgb(11,225,202); }
td.TdClassName
{
border-color: #0BE1CA;
}
.TagClassName
{
border-color: #0BE1CA;
}
</style>