Shades of Bright Turquoise #0CEBE0
Tints of Bright Turquoise #0CEBE0
RGB
CMYK
RGB Variations
Color information
#0CEBE0 (or 0x0CEBE0) is known color: Bright Turquoise. HEX triplet: 0C, EB and E0. RGB value is (12,235,224). Sum of RGB (Red+Green+Blue) = 12+235+224=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEBE0 is #F3141F. Grayscale: #A6A6A6. Windows color (decimal): -15930400 or 14740236. OLE color: 14740236.
HSL color Cylindrical-coordinate representation of color #0CEBE0: hue angle of 177.04º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEBE0 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 224 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.08 |
| HSL | 177.04º | 0.9% | 0.48% | - |
| HSV(B) | 177.04º | 0.95% | 0.92% | - |
| XYZ | 43.31 | 64.88 | 80.76 | - |
| YUV | 167.07 | 160.12 | 17.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 224 | 0.95 | 0 | 0.05 | 0.08 | 177.04 | 0.9 | 0.48 |
| Hex | C | EB | E0 | 5F | 0 | 5 | 8 | B1 | 5A | 30 |
| Octal | 14 | 353 | 340 | 137 | 0 | 5 | 10 | 261 | 132 | 60 |
| Binary | 1100 | 11101011 | 11100000 | 1011111 | 0 | 101 | 1000 | 10110001 | 1011010 | 110000 |
Color Harmonies of #0CEBE0
Complementary color
Monochromatic Colors of #0CEBE0
Black with #0CEBE0
Text Example
Text Example
White with #0CEBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBE0; }
p { color: rgb(12,235,224); }
H1.HeaderClassName
{
color: #0CEBE0;
}
.AnyTagClassName
{
color: #0CEBE0;
}
</style>
background-color css
<style>
a { background-color: #0CEBE0; }
a { background-color: rgb(12,235,224); }
div.DivClassName
{
background-color: #0CEBE0;
}
.BgClassName
{
background-color: #0CEBE0;
}
</style>
border-color css
<style>
span { border-color: #0CEBE0; }
span { border-color: rgb(12,235,224); }
td.TdClassName
{
border-color: #0CEBE0;
}
.TagClassName
{
border-color: #0CEBE0;
}
</style>