Shades of Bright Turquoise #0BDCDA
Tints of Bright Turquoise #0BDCDA
RGB
CMYK
RGB Variations
Color information
#0BDCDA (or 0x0BDCDA) is known color: Bright Turquoise. HEX triplet: 0B, DC and DA. RGB value is (11,220,218). Sum of RGB (Red+Green+Blue) = 11+220+218=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDCDA is #F42325. Grayscale: #9D9D9D. Windows color (decimal): -15999782 or 14343179. OLE color: 14343179.
HSL color Cylindrical-coordinate representation of color #0BDCDA: hue angle of 179.43º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDCDA is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 218 | - |
| CMYK | 0.95 | 0 | 0.01 | 0.14 |
| HSL | 179.43º | 0.9% | 0.45% | - |
| HSV(B) | 179.43º | 0.95% | 0.86% | - |
| XYZ | 38.39 | 56.32 | 75.18 | - |
| YUV | 157.28 | 162.26 | 23.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 218 | 0.95 | 0 | 0.01 | 0.14 | 179.43 | 0.9 | 0.45 |
| Hex | B | DC | DA | 5F | 0 | 1 | E | B3 | 5A | 2D |
| Octal | 13 | 334 | 332 | 137 | 0 | 1 | 16 | 263 | 132 | 55 |
| Binary | 1011 | 11011100 | 11011010 | 1011111 | 0 | 1 | 1110 | 10110011 | 1011010 | 101101 |
Color Harmonies of #0BDCDA
Complementary color
Monochromatic Colors of #0BDCDA
Black with #0BDCDA
Text Example
Text Example
White with #0BDCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDCDA; }
p { color: rgb(11,220,218); }
H1.HeaderClassName
{
color: #0BDCDA;
}
.AnyTagClassName
{
color: #0BDCDA;
}
</style>
background-color css
<style>
a { background-color: #0BDCDA; }
a { background-color: rgb(11,220,218); }
div.DivClassName
{
background-color: #0BDCDA;
}
.BgClassName
{
background-color: #0BDCDA;
}
</style>
border-color css
<style>
span { border-color: #0BDCDA; }
span { border-color: rgb(11,220,218); }
td.TdClassName
{
border-color: #0BDCDA;
}
.TagClassName
{
border-color: #0BDCDA;
}
</style>