Shades of Bright Turquoise #0BEFC8
Tints of Bright Turquoise #0BEFC8
RGB
CMYK
RGB Variations
Color information
#0BEFC8 (or 0x0BEFC8) is known color: Bright Turquoise. HEX triplet: 0B, EF and C8. RGB value is (11,239,200). Sum of RGB (Red+Green+Blue) = 11+239+200=450 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.44% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFC8 is #F41037. Grayscale: #A6A6A6. Windows color (decimal): -15994936 or 13168395. OLE color: 13168395.
HSL color Cylindrical-coordinate representation of color #0BEFC8: hue angle of 169.74º 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 #0BEFC8 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 200 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.06 |
| HSL | 169.74º | 0.91% | 0.49% | - |
| HSV(B) | 169.74º | 0.95% | 0.94% | - |
| XYZ | 41.43 | 65.97 | 65.19 | - |
| YUV | 166.38 | 146.96 | 17.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 200 | 0.95 | 0 | 0.16 | 0.06 | 169.74 | 0.91 | 0.49 |
| Hex | B | EF | C8 | 5F | 0 | 10 | 6 | AA | 5B | 31 |
| Octal | 13 | 357 | 310 | 137 | 0 | 20 | 6 | 252 | 133 | 61 |
| Binary | 1011 | 11101111 | 11001000 | 1011111 | 0 | 10000 | 110 | 10101010 | 1011011 | 110001 |
Color Harmonies of #0BEFC8
Complementary color
Monochromatic Colors of #0BEFC8
Black with #0BEFC8
Text Example
Text Example
White with #0BEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFC8; }
p { color: rgb(11,239,200); }
H1.HeaderClassName
{
color: #0BEFC8;
}
.AnyTagClassName
{
color: #0BEFC8;
}
</style>
background-color css
<style>
a { background-color: #0BEFC8; }
a { background-color: rgb(11,239,200); }
div.DivClassName
{
background-color: #0BEFC8;
}
.BgClassName
{
background-color: #0BEFC8;
}
</style>
border-color css
<style>
span { border-color: #0BEFC8; }
span { border-color: rgb(11,239,200); }
td.TdClassName
{
border-color: #0BEFC8;
}
.TagClassName
{
border-color: #0BEFC8;
}
</style>