Shades of Bright Turquoise #0CEEE3
Tints of Bright Turquoise #0CEEE3
RGB
CMYK
RGB Variations
Color information
#0CEEE3 (or 0x0CEEE3) is known color: Bright Turquoise. HEX triplet: 0C, EE and E3. RGB value is (12,238,227). Sum of RGB (Red+Green+Blue) = 12+238+227=477 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.52% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEEE3 is #F3111C. Grayscale: #A8A8A8. Windows color (decimal): -15929629 or 14937612. OLE color: 14937612.
HSL color Cylindrical-coordinate representation of color #0CEEE3: hue angle of 177.08º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEEE3 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 227 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.07 |
| HSL | 177.08º | 0.9% | 0.49% | - |
| HSV(B) | 177.08º | 0.95% | 0.93% | - |
| XYZ | 44.59 | 66.77 | 83.21 | - |
| YUV | 169.17 | 160.63 | 15.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 227 | 0.95 | 0 | 0.05 | 0.07 | 177.08 | 0.9 | 0.49 |
| Hex | C | EE | E3 | 5F | 0 | 5 | 7 | B1 | 5A | 31 |
| Octal | 14 | 356 | 343 | 137 | 0 | 5 | 7 | 261 | 132 | 61 |
| Binary | 1100 | 11101110 | 11100011 | 1011111 | 0 | 101 | 111 | 10110001 | 1011010 | 110001 |
Color Harmonies of #0CEEE3
Complementary color
Monochromatic Colors of #0CEEE3
Black with #0CEEE3
Text Example
Text Example
White with #0CEEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEE3; }
p { color: rgb(12,238,227); }
H1.HeaderClassName
{
color: #0CEEE3;
}
.AnyTagClassName
{
color: #0CEEE3;
}
</style>
background-color css
<style>
a { background-color: #0CEEE3; }
a { background-color: rgb(12,238,227); }
div.DivClassName
{
background-color: #0CEEE3;
}
.BgClassName
{
background-color: #0CEEE3;
}
</style>
border-color css
<style>
span { border-color: #0CEEE3; }
span { border-color: rgb(12,238,227); }
td.TdClassName
{
border-color: #0CEEE3;
}
.TagClassName
{
border-color: #0CEEE3;
}
</style>