Shades of Dark Turquoise #0CBEE0
Tints of Dark Turquoise #0CBEE0
RGB
CMYK
RGB Variations
Color information
#0CBEE0 (or 0x0CBEE0) is known color: Dark Turquoise. HEX triplet: 0C, BE and E0. RGB value is (12,190,224). Sum of RGB (Red+Green+Blue) = 12+190+224=426 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #0CBEE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBEE0 is #F3411F. Grayscale: #8C8C8C. Windows color (decimal): -15941920 or 14728716. OLE color: 14728716.
HSL color Cylindrical-coordinate representation of color #0CBEE0: hue angle of 189.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBEE0 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 190 | 224 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.12 |
| HSL | 189.62º | 0.9% | 0.46% | - |
| HSV(B) | 189.62º | 0.95% | 0.88% | - |
| XYZ | 32.02 | 42.29 | 77 | - |
| YUV | 140.65 | 175.03 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 224 | 0.95 | 0.15 | 0 | 0.12 | 189.62 | 0.9 | 0.46 |
| Hex | C | BE | E0 | 5F | F | 0 | C | BE | 5A | 2E |
| Octal | 14 | 276 | 340 | 137 | 17 | 0 | 14 | 276 | 132 | 56 |
| Binary | 1100 | 10111110 | 11100000 | 1011111 | 1111 | 0 | 1100 | 10111110 | 1011010 | 101110 |
Color Harmonies of #0CBEE0
Complementary color
Monochromatic Colors of #0CBEE0
Black with #0CBEE0
Text Example
Text Example
White with #0CBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBEE0; }
p { color: rgb(12,190,224); }
H1.HeaderClassName
{
color: #0CBEE0;
}
.AnyTagClassName
{
color: #0CBEE0;
}
</style>
background-color css
<style>
a { background-color: #0CBEE0; }
a { background-color: rgb(12,190,224); }
div.DivClassName
{
background-color: #0CBEE0;
}
.BgClassName
{
background-color: #0CBEE0;
}
</style>
border-color css
<style>
span { border-color: #0CBEE0; }
span { border-color: rgb(12,190,224); }
td.TdClassName
{
border-color: #0CBEE0;
}
.TagClassName
{
border-color: #0CBEE0;
}
</style>