Shades of Bright Turquoise #0CEDC8
Tints of Bright Turquoise #0CEDC8
RGB
CMYK
RGB Variations
Color information
#0CEDC8 (or 0x0CEDC8) is known color: Bright Turquoise. HEX triplet: 0C, ED and C8. RGB value is (12,237,200). Sum of RGB (Red+Green+Blue) = 12+237+200=449 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #0CEDC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEDC8 is #F31237. Grayscale: #A5A5A5. Windows color (decimal): -15929912 or 13167884. OLE color: 13167884.
HSL color Cylindrical-coordinate representation of color #0CEDC8: hue angle of 170.13º 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 #0CEDC8 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 200 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.07 |
| HSL | 170.13º | 0.9% | 0.49% | - |
| HSV(B) | 170.13º | 0.95% | 0.93% | - |
| XYZ | 40.86 | 64.82 | 65 | - |
| YUV | 165.51 | 147.46 | 18.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 200 | 0.95 | 0 | 0.16 | 0.07 | 170.13 | 0.9 | 0.49 |
| Hex | C | ED | C8 | 5F | 0 | 10 | 7 | AA | 5A | 31 |
| Octal | 14 | 355 | 310 | 137 | 0 | 20 | 7 | 252 | 132 | 61 |
| Binary | 1100 | 11101101 | 11001000 | 1011111 | 0 | 10000 | 111 | 10101010 | 1011010 | 110001 |
Color Harmonies of #0CEDC8
Complementary color
Monochromatic Colors of #0CEDC8
Black with #0CEDC8
Text Example
Text Example
White with #0CEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEDC8; }
p { color: rgb(12,237,200); }
H1.HeaderClassName
{
color: #0CEDC8;
}
.AnyTagClassName
{
color: #0CEDC8;
}
</style>
background-color css
<style>
a { background-color: #0CEDC8; }
a { background-color: rgb(12,237,200); }
div.DivClassName
{
background-color: #0CEDC8;
}
.BgClassName
{
background-color: #0CEDC8;
}
</style>
border-color css
<style>
span { border-color: #0CEDC8; }
span { border-color: rgb(12,237,200); }
td.TdClassName
{
border-color: #0CEDC8;
}
.TagClassName
{
border-color: #0CEDC8;
}
</style>