Shades of Bright Turquoise #0BD4EA
Tints of Bright Turquoise #0BD4EA
RGB
CMYK
RGB Variations
Color information
#0BD4EA (or 0x0BD4EA) is known color: Bright Turquoise. HEX triplet: 0B, D4 and EA. RGB value is (11,212,234). Sum of RGB (Red+Green+Blue) = 11+212+234=457 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.41% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #0BD4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BD4EA is #F42B15. Grayscale: #9A9A9A. Windows color (decimal): -16001814 or 15389707. OLE color: 15389707.
HSL color Cylindrical-coordinate representation of color #0BD4EA: hue angle of 185.92º 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 #0BD4EA is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 212 | 234 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.08 |
| HSL | 185.92º | 0.91% | 0.48% | - |
| HSV(B) | 185.92º | 0.95% | 0.92% | - |
| XYZ | 38.53 | 53.1 | 86.06 | - |
| YUV | 154.41 | 172.91 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 212 | 234 | 0.95 | 0.09 | 0 | 0.08 | 185.92 | 0.91 | 0.48 |
| Hex | B | D4 | EA | 5F | 9 | 0 | 8 | BA | 5B | 30 |
| Octal | 13 | 324 | 352 | 137 | 11 | 0 | 10 | 272 | 133 | 60 |
| Binary | 1011 | 11010100 | 11101010 | 1011111 | 1001 | 0 | 1000 | 10111010 | 1011011 | 110000 |
Color Harmonies of #0BD4EA
Complementary color
Monochromatic Colors of #0BD4EA
Black with #0BD4EA
Text Example
Text Example
White with #0BD4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD4EA; }
p { color: rgb(11,212,234); }
H1.HeaderClassName
{
color: #0BD4EA;
}
.AnyTagClassName
{
color: #0BD4EA;
}
</style>
background-color css
<style>
a { background-color: #0BD4EA; }
a { background-color: rgb(11,212,234); }
div.DivClassName
{
background-color: #0BD4EA;
}
.BgClassName
{
background-color: #0BD4EA;
}
</style>
border-color css
<style>
span { border-color: #0BD4EA; }
span { border-color: rgb(11,212,234); }
td.TdClassName
{
border-color: #0BD4EA;
}
.TagClassName
{
border-color: #0BD4EA;
}
</style>