Shades of Bright Turquoise #0BFEDF
Tints of Bright Turquoise #0BFEDF
RGB
CMYK
RGB Variations
Color information
#0BFEDF (or 0x0BFEDF) is known color: Bright Turquoise. HEX triplet: 0B, FE and DF. RGB value is (11,254,223). Sum of RGB (Red+Green+Blue) = 11+254+223=488 (64% of max value = 765). Red value is 11 (4.69% from 255 or 2.25% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFEDF is #F40120. Grayscale: #B1B1B1. Windows color (decimal): -15991073 or 14679563. OLE color: 14679563.
HSL color Cylindrical-coordinate representation of color #0BFEDF: hue angle of 172.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFEDF is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 223 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.00 |
| HSL | 172.35º | 0.99% | 0.52% | - |
| HSV(B) | 172.35º | 0.96% | 1% | - |
| XYZ | 48.9 | 76.28 | 81.96 | - |
| YUV | 177.81 | 153.49 | 9.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 223 | 0.96 | 0 | 0.12 | 0.00 | 172.35 | 0.99 | 0.52 |
| Hex | B | FE | DF | 60 | 0 | C | 0 | AC | 63 | 34 |
| Octal | 13 | 376 | 337 | 140 | 0 | 14 | 0 | 254 | 143 | 64 |
| Binary | 1011 | 11111110 | 11011111 | 1100000 | 0 | 1100 | 0 | 10101100 | 1100011 | 110100 |
Color Harmonies of #0BFEDF
Complementary color
Monochromatic Colors of #0BFEDF
Black with #0BFEDF
Text Example
Text Example
White with #0BFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFEDF; }
p { color: rgb(11,254,223); }
H1.HeaderClassName
{
color: #0BFEDF;
}
.AnyTagClassName
{
color: #0BFEDF;
}
</style>
background-color css
<style>
a { background-color: #0BFEDF; }
a { background-color: rgb(11,254,223); }
div.DivClassName
{
background-color: #0BFEDF;
}
.BgClassName
{
background-color: #0BFEDF;
}
</style>
border-color css
<style>
span { border-color: #0BFEDF; }
span { border-color: rgb(11,254,223); }
td.TdClassName
{
border-color: #0BFEDF;
}
.TagClassName
{
border-color: #0BFEDF;
}
</style>