Shades of Bright Turquoise #0BEFC4
Tints of Bright Turquoise #0BEFC4
RGB
CMYK
RGB Variations
Color information
#0BEFC4 (or 0x0BEFC4) is known color: Bright Turquoise. HEX triplet: 0B, EF and C4. RGB value is (11,239,196). Sum of RGB (Red+Green+Blue) = 11+239+196=446 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFC4 is #F4103B. Grayscale: #A5A5A5. Windows color (decimal): -15994940 or 12906251. OLE color: 12906251.
HSL color Cylindrical-coordinate representation of color #0BEFC4: hue angle of 168.68º 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 #0BEFC4 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 196 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.06 |
| HSL | 168.68º | 0.91% | 0.49% | - |
| HSV(B) | 168.68º | 0.95% | 0.94% | - |
| XYZ | 40.97 | 65.79 | 62.76 | - |
| YUV | 165.93 | 144.96 | 17.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 196 | 0.95 | 0 | 0.18 | 0.06 | 168.68 | 0.91 | 0.49 |
| Hex | B | EF | C4 | 5F | 0 | 12 | 6 | A9 | 5B | 31 |
| Octal | 13 | 357 | 304 | 137 | 0 | 22 | 6 | 251 | 133 | 61 |
| Binary | 1011 | 11101111 | 11000100 | 1011111 | 0 | 10010 | 110 | 10101001 | 1011011 | 110001 |
Color Harmonies of #0BEFC4
Complementary color
Monochromatic Colors of #0BEFC4
Black with #0BEFC4
Text Example
Text Example
White with #0BEFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFC4; }
p { color: rgb(11,239,196); }
H1.HeaderClassName
{
color: #0BEFC4;
}
.AnyTagClassName
{
color: #0BEFC4;
}
</style>
background-color css
<style>
a { background-color: #0BEFC4; }
a { background-color: rgb(11,239,196); }
div.DivClassName
{
background-color: #0BEFC4;
}
.BgClassName
{
background-color: #0BEFC4;
}
</style>
border-color css
<style>
span { border-color: #0BEFC4; }
span { border-color: rgb(11,239,196); }
td.TdClassName
{
border-color: #0BEFC4;
}
.TagClassName
{
border-color: #0BEFC4;
}
</style>