Shades of Bright Turquoise #0BDFEA
Tints of Bright Turquoise #0BDFEA
RGB
CMYK
RGB Variations
Color information
#0BDFEA (or 0x0BDFEA) is known color: Bright Turquoise. HEX triplet: 0B, DF and EA. RGB value is (11,223,234). Sum of RGB (Red+Green+Blue) = 11+223+234=468 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.35% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BDFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDFEA is #F42015. Grayscale: #A0A0A0. Windows color (decimal): -15998998 or 15392523. OLE color: 15392523.
HSL color Cylindrical-coordinate representation of color #0BDFEA: hue angle of 182.96º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDFEA is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 223 | 234 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.08 |
| HSL | 182.96º | 0.91% | 0.48% | - |
| HSV(B) | 182.96º | 0.95% | 0.92% | - |
| XYZ | 41.38 | 58.79 | 87.01 | - |
| YUV | 160.87 | 169.26 | 21.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 234 | 0.95 | 0.05 | 0 | 0.08 | 182.96 | 0.91 | 0.48 |
| Hex | B | DF | EA | 5F | 5 | 0 | 8 | B7 | 5B | 30 |
| Octal | 13 | 337 | 352 | 137 | 5 | 0 | 10 | 267 | 133 | 60 |
| Binary | 1011 | 11011111 | 11101010 | 1011111 | 101 | 0 | 1000 | 10110111 | 1011011 | 110000 |
Color Harmonies of #0BDFEA
Complementary color
Monochromatic Colors of #0BDFEA
Black with #0BDFEA
Text Example
Text Example
White with #0BDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDFEA; }
p { color: rgb(11,223,234); }
H1.HeaderClassName
{
color: #0BDFEA;
}
.AnyTagClassName
{
color: #0BDFEA;
}
</style>
background-color css
<style>
a { background-color: #0BDFEA; }
a { background-color: rgb(11,223,234); }
div.DivClassName
{
background-color: #0BDFEA;
}
.BgClassName
{
background-color: #0BDFEA;
}
</style>
border-color css
<style>
span { border-color: #0BDFEA; }
span { border-color: rgb(11,223,234); }
td.TdClassName
{
border-color: #0BDFEA;
}
.TagClassName
{
border-color: #0BDFEA;
}
</style>