Shades of Bright Turquoise #0BEFDC
Tints of Bright Turquoise #0BEFDC
RGB
CMYK
RGB Variations
Color information
#0BEFDC (or 0x0BEFDC) is known color: Bright Turquoise. HEX triplet: 0B, EF and DC. RGB value is (11,239,220). Sum of RGB (Red+Green+Blue) = 11+239+220=470 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFDC is #F41023. Grayscale: #A8A8A8. Windows color (decimal): -15994916 or 14479115. OLE color: 14479115.
HSL color Cylindrical-coordinate representation of color #0BEFDC: hue angle of 175º 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 #0BEFDC is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 239 | 220 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.06 |
| HSL | 175º | 0.91% | 0.49% | - |
| HSV(B) | 175º | 0.95% | 0.94% | - |
| XYZ | 43.92 | 66.97 | 78.32 | - |
| YUV | 168.66 | 156.96 | 15.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 220 | 0.95 | 0 | 0.08 | 0.06 | 175 | 0.91 | 0.49 |
| Hex | B | EF | DC | 5F | 0 | 8 | 6 | AF | 5B | 31 |
| Octal | 13 | 357 | 334 | 137 | 0 | 10 | 6 | 257 | 133 | 61 |
| Binary | 1011 | 11101111 | 11011100 | 1011111 | 0 | 1000 | 110 | 10101111 | 1011011 | 110001 |
Color Harmonies of #0BEFDC
Complementary color
Monochromatic Colors of #0BEFDC
Black with #0BEFDC
Text Example
Text Example
White with #0BEFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFDC; }
p { color: rgb(11,239,220); }
H1.HeaderClassName
{
color: #0BEFDC;
}
.AnyTagClassName
{
color: #0BEFDC;
}
</style>
background-color css
<style>
a { background-color: #0BEFDC; }
a { background-color: rgb(11,239,220); }
div.DivClassName
{
background-color: #0BEFDC;
}
.BgClassName
{
background-color: #0BEFDC;
}
</style>
border-color css
<style>
span { border-color: #0BEFDC; }
span { border-color: rgb(11,239,220); }
td.TdClassName
{
border-color: #0BEFDC;
}
.TagClassName
{
border-color: #0BEFDC;
}
</style>