Shades of Bright Turquoise #0BEFE6
Tints of Bright Turquoise #0BEFE6
RGB
CMYK
RGB Variations
Color information
#0BEFE6 (or 0x0BEFE6) is known color: Bright Turquoise. HEX triplet: 0B, EF and E6. RGB value is (11,239,230). Sum of RGB (Red+Green+Blue) = 11+239+230=480 (63% of max value = 765). Red value is 11 (4.69% from 255 or 2.29% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEFE6 is #F41019. Grayscale: #A9A9A9. Windows color (decimal): -15994906 or 15134475. OLE color: 15134475.
HSL color Cylindrical-coordinate representation of color #0BEFE6: hue angle of 177.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFE6 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 230 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.06 |
| HSL | 177.63º | 0.91% | 0.49% | - |
| HSV(B) | 177.63º | 0.95% | 0.94% | - |
| XYZ | 45.29 | 67.52 | 85.51 | - |
| YUV | 169.8 | 161.96 | 14.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 230 | 0.95 | 0 | 0.04 | 0.06 | 177.63 | 0.91 | 0.49 |
| Hex | B | EF | E6 | 5F | 0 | 4 | 6 | B2 | 5B | 31 |
| Octal | 13 | 357 | 346 | 137 | 0 | 4 | 6 | 262 | 133 | 61 |
| Binary | 1011 | 11101111 | 11100110 | 1011111 | 0 | 100 | 110 | 10110010 | 1011011 | 110001 |
Color Harmonies of #0BEFE6
Complementary color
Monochromatic Colors of #0BEFE6
Black with #0BEFE6
Text Example
Text Example
White with #0BEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFE6; }
p { color: rgb(11,239,230); }
H1.HeaderClassName
{
color: #0BEFE6;
}
.AnyTagClassName
{
color: #0BEFE6;
}
</style>
background-color css
<style>
a { background-color: #0BEFE6; }
a { background-color: rgb(11,239,230); }
div.DivClassName
{
background-color: #0BEFE6;
}
.BgClassName
{
background-color: #0BEFE6;
}
</style>
border-color css
<style>
span { border-color: #0BEFE6; }
span { border-color: rgb(11,239,230); }
td.TdClassName
{
border-color: #0BEFE6;
}
.TagClassName
{
border-color: #0BEFE6;
}
</style>