Shades of Dark Turquoise #0BCCE6
Tints of Dark Turquoise #0BCCE6
RGB
CMYK
RGB Variations
Color information
#0BCCE6 (or 0x0BCCE6) is known color: Dark Turquoise. HEX triplet: 0B, CC and E6. RGB value is (11,204,230). Sum of RGB (Red+Green+Blue) = 11+204+230=445 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.47% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #0BCCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BCCE6 is #F43319. Grayscale: #949494. Windows color (decimal): -16003866 or 15125515. OLE color: 15125515.
HSL color Cylindrical-coordinate representation of color #0BCCE6: hue angle of 187.12º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCCE6 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 204 | 230 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.10 |
| HSL | 187.12º | 0.91% | 0.47% | - |
| HSV(B) | 187.12º | 0.95% | 0.9% | - |
| XYZ | 36.01 | 48.97 | 82.42 | - |
| YUV | 149.26 | 173.56 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 204 | 230 | 0.95 | 0.11 | 0 | 0.10 | 187.12 | 0.91 | 0.47 |
| Hex | B | CC | E6 | 5F | B | 0 | A | BB | 5B | 2F |
| Octal | 13 | 314 | 346 | 137 | 13 | 0 | 12 | 273 | 133 | 57 |
| Binary | 1011 | 11001100 | 11100110 | 1011111 | 1011 | 0 | 1010 | 10111011 | 1011011 | 101111 |
Color Harmonies of #0BCCE6
Complementary color
Monochromatic Colors of #0BCCE6
Black with #0BCCE6
Text Example
Text Example
White with #0BCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCCE6; }
p { color: rgb(11,204,230); }
H1.HeaderClassName
{
color: #0BCCE6;
}
.AnyTagClassName
{
color: #0BCCE6;
}
</style>
background-color css
<style>
a { background-color: #0BCCE6; }
a { background-color: rgb(11,204,230); }
div.DivClassName
{
background-color: #0BCCE6;
}
.BgClassName
{
background-color: #0BCCE6;
}
</style>
border-color css
<style>
span { border-color: #0BCCE6; }
span { border-color: rgb(11,204,230); }
td.TdClassName
{
border-color: #0BCCE6;
}
.TagClassName
{
border-color: #0BCCE6;
}
</style>