Shades of Dark Turquoise #0CBFE3
Tints of Dark Turquoise #0CBFE3
RGB
CMYK
RGB Variations
Color information
#0CBFE3 (or 0x0CBFE3) is known color: Dark Turquoise. HEX triplet: 0C, BF and E3. RGB value is (12,191,227). Sum of RGB (Red+Green+Blue) = 12+191+227=430 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.79% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 227 (89.06% from 255 or 52.79% from 430); Max value from RGB is 227 - color contains mainly: blue. Hex color #0CBFE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFE3 is #F3401C. Grayscale: #8D8D8D. Windows color (decimal): -15941661 or 14925580. OLE color: 14925580.
HSL color Cylindrical-coordinate representation of color #0CBFE3: hue angle of 190.05º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CBFE3 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 191 | 227 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.11 |
| HSL | 190.05º | 0.9% | 0.47% | - |
| HSV(B) | 190.05º | 0.95% | 0.89% | - |
| XYZ | 32.65 | 42.89 | 79.23 | - |
| YUV | 141.58 | 176.2 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 227 | 0.95 | 0.16 | 0 | 0.11 | 190.05 | 0.9 | 0.47 |
| Hex | C | BF | E3 | 5F | 10 | 0 | B | BE | 5A | 2F |
| Octal | 14 | 277 | 343 | 137 | 20 | 0 | 13 | 276 | 132 | 57 |
| Binary | 1100 | 10111111 | 11100011 | 1011111 | 10000 | 0 | 1011 | 10111110 | 1011010 | 101111 |
Color Harmonies of #0CBFE3
Complementary color
Monochromatic Colors of #0CBFE3
Black with #0CBFE3
Text Example
Text Example
White with #0CBFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFE3; }
p { color: rgb(12,191,227); }
H1.HeaderClassName
{
color: #0CBFE3;
}
.AnyTagClassName
{
color: #0CBFE3;
}
</style>
background-color css
<style>
a { background-color: #0CBFE3; }
a { background-color: rgb(12,191,227); }
div.DivClassName
{
background-color: #0CBFE3;
}
.BgClassName
{
background-color: #0CBFE3;
}
</style>
border-color css
<style>
span { border-color: #0CBFE3; }
span { border-color: rgb(12,191,227); }
td.TdClassName
{
border-color: #0CBFE3;
}
.TagClassName
{
border-color: #0CBFE3;
}
</style>