Shades of Bright Turquoise #0CEDC5
Tints of Bright Turquoise #0CEDC5
RGB
CMYK
RGB Variations
Color information
#0CEDC5 (or 0x0CEDC5) is known color: Bright Turquoise. HEX triplet: 0C, ED and C5. RGB value is (12,237,197). Sum of RGB (Red+Green+Blue) = 12+237+197=446 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.69% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #0CEDC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEDC5 is #F3123A. Grayscale: #A5A5A5. Windows color (decimal): -15929915 or 12971276. OLE color: 12971276.
HSL color Cylindrical-coordinate representation of color #0CEDC5: hue angle of 169.33º 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 #0CEDC5 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 197 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.07 |
| HSL | 169.33º | 0.9% | 0.49% | - |
| HSV(B) | 169.33º | 0.95% | 0.93% | - |
| XYZ | 40.51 | 64.68 | 63.17 | - |
| YUV | 165.17 | 145.96 | 18.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 197 | 0.95 | 0 | 0.17 | 0.07 | 169.33 | 0.9 | 0.49 |
| Hex | C | ED | C5 | 5F | 0 | 11 | 7 | A9 | 5A | 31 |
| Octal | 14 | 355 | 305 | 137 | 0 | 21 | 7 | 251 | 132 | 61 |
| Binary | 1100 | 11101101 | 11000101 | 1011111 | 0 | 10001 | 111 | 10101001 | 1011010 | 110001 |
Color Harmonies of #0CEDC5
Complementary color
Monochromatic Colors of #0CEDC5
Black with #0CEDC5
Text Example
Text Example
White with #0CEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEDC5; }
p { color: rgb(12,237,197); }
H1.HeaderClassName
{
color: #0CEDC5;
}
.AnyTagClassName
{
color: #0CEDC5;
}
</style>
background-color css
<style>
a { background-color: #0CEDC5; }
a { background-color: rgb(12,237,197); }
div.DivClassName
{
background-color: #0CEDC5;
}
.BgClassName
{
background-color: #0CEDC5;
}
</style>
border-color css
<style>
span { border-color: #0CEDC5; }
span { border-color: rgb(12,237,197); }
td.TdClassName
{
border-color: #0CEDC5;
}
.TagClassName
{
border-color: #0CEDC5;
}
</style>