Shades of Bright Turquoise #0BDFED
Tints of Bright Turquoise #0BDFED
RGB
CMYK
RGB Variations
Color information
#0BDFED (or 0x0BDFED) is known color: Bright Turquoise. HEX triplet: 0B, DF and ED. RGB value is (11,223,237). Sum of RGB (Red+Green+Blue) = 11+223+237=471 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #0BDFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDFED is #F42012. Grayscale: #A0A0A0. Windows color (decimal): -15998995 or 15589131. OLE color: 15589131.
HSL color Cylindrical-coordinate representation of color #0BDFED: hue angle of 183.72º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDFED is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 223 | 237 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.07 |
| HSL | 183.72º | 0.91% | 0.49% | - |
| HSV(B) | 183.72º | 0.95% | 0.93% | - |
| XYZ | 41.81 | 58.96 | 89.3 | - |
| YUV | 161.21 | 170.76 | 20.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 237 | 0.95 | 0.06 | 0 | 0.07 | 183.72 | 0.91 | 0.49 |
| Hex | B | DF | ED | 5F | 6 | 0 | 7 | B8 | 5B | 31 |
| Octal | 13 | 337 | 355 | 137 | 6 | 0 | 7 | 270 | 133 | 61 |
| Binary | 1011 | 11011111 | 11101101 | 1011111 | 110 | 0 | 111 | 10111000 | 1011011 | 110001 |
Color Harmonies of #0BDFED
Complementary color
Monochromatic Colors of #0BDFED
Black with #0BDFED
Text Example
Text Example
White with #0BDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFED; }
p { color: rgb(11,223,237); }
H1.HeaderClassName
{
color: #0BDFED;
}
.AnyTagClassName
{
color: #0BDFED;
}
</style>
background-color css
<style>
a { background-color: #0BDFED; }
a { background-color: rgb(11,223,237); }
div.DivClassName
{
background-color: #0BDFED;
}
.BgClassName
{
background-color: #0BDFED;
}
</style>
border-color css
<style>
span { border-color: #0BDFED; }
span { border-color: rgb(11,223,237); }
td.TdClassName
{
border-color: #0BDFED;
}
.TagClassName
{
border-color: #0BDFED;
}
</style>