Shades of Bright Turquoise #0BDCD3
Tints of Bright Turquoise #0BDCD3
RGB
CMYK
RGB Variations
Color information
#0BDCD3 (or 0x0BDCD3) is known color: Bright Turquoise. HEX triplet: 0B, DC and D3. RGB value is (11,220,211). Sum of RGB (Red+Green+Blue) = 11+220+211=442 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.49% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BDCD3 is #F4232C. Grayscale: #9C9C9C. Windows color (decimal): -15999789 or 13884427. OLE color: 13884427.
HSL color Cylindrical-coordinate representation of color #0BDCD3: hue angle of 177.42º 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 #0BDCD3 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 211 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.14 |
| HSL | 177.42º | 0.9% | 0.45% | - |
| HSV(B) | 177.42º | 0.95% | 0.86% | - |
| XYZ | 37.49 | 55.96 | 70.45 | - |
| YUV | 156.48 | 158.76 | 24.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 211 | 0.95 | 0 | 0.04 | 0.14 | 177.42 | 0.9 | 0.45 |
| Hex | B | DC | D3 | 5F | 0 | 4 | E | B1 | 5A | 2D |
| Octal | 13 | 334 | 323 | 137 | 0 | 4 | 16 | 261 | 132 | 55 |
| Binary | 1011 | 11011100 | 11010011 | 1011111 | 0 | 100 | 1110 | 10110001 | 1011010 | 101101 |
Color Harmonies of #0BDCD3
Complementary color
Monochromatic Colors of #0BDCD3
Black with #0BDCD3
Text Example
Text Example
White with #0BDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDCD3; }
p { color: rgb(11,220,211); }
H1.HeaderClassName
{
color: #0BDCD3;
}
.AnyTagClassName
{
color: #0BDCD3;
}
</style>
background-color css
<style>
a { background-color: #0BDCD3; }
a { background-color: rgb(11,220,211); }
div.DivClassName
{
background-color: #0BDCD3;
}
.BgClassName
{
background-color: #0BDCD3;
}
</style>
border-color css
<style>
span { border-color: #0BDCD3; }
span { border-color: rgb(11,220,211); }
td.TdClassName
{
border-color: #0BDCD3;
}
.TagClassName
{
border-color: #0BDCD3;
}
</style>