Shades of Bright Turquoise #0BEFCC
Tints of Bright Turquoise #0BEFCC
RGB
CMYK
RGB Variations
Color information
#0BEFCC (or 0x0BEFCC) is known color: Bright Turquoise. HEX triplet: 0B, EF and CC. RGB value is (11,239,204). Sum of RGB (Red+Green+Blue) = 11+239+204=454 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.42% from 454); Green value is 239 (93.75% from 255 or 52.64% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFCC is #F41033. Grayscale: #A6A6A6. Windows color (decimal): -15994932 or 13430539. OLE color: 13430539.
HSL color Cylindrical-coordinate representation of color #0BEFCC: hue angle of 170.79º 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 #0BEFCC is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 204 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.06 |
| HSL | 170.79º | 0.91% | 0.49% | - |
| HSV(B) | 170.79º | 0.95% | 0.94% | - |
| XYZ | 41.9 | 66.16 | 67.69 | - |
| YUV | 166.84 | 148.96 | 16.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 204 | 0.95 | 0 | 0.15 | 0.06 | 170.79 | 0.91 | 0.49 |
| Hex | B | EF | CC | 5F | 0 | F | 6 | AB | 5B | 31 |
| Octal | 13 | 357 | 314 | 137 | 0 | 17 | 6 | 253 | 133 | 61 |
| Binary | 1011 | 11101111 | 11001100 | 1011111 | 0 | 1111 | 110 | 10101011 | 1011011 | 110001 |
Color Harmonies of #0BEFCC
Complementary color
Monochromatic Colors of #0BEFCC
Black with #0BEFCC
Text Example
Text Example
White with #0BEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFCC; }
p { color: rgb(11,239,204); }
H1.HeaderClassName
{
color: #0BEFCC;
}
.AnyTagClassName
{
color: #0BEFCC;
}
</style>
background-color css
<style>
a { background-color: #0BEFCC; }
a { background-color: rgb(11,239,204); }
div.DivClassName
{
background-color: #0BEFCC;
}
.BgClassName
{
background-color: #0BEFCC;
}
</style>
border-color css
<style>
span { border-color: #0BEFCC; }
span { border-color: rgb(11,239,204); }
td.TdClassName
{
border-color: #0BEFCC;
}
.TagClassName
{
border-color: #0BEFCC;
}
</style>