Shades of Bright Turquoise #0CEDC9
Tints of Bright Turquoise #0CEDC9
RGB
CMYK
RGB Variations
Color information
#0CEDC9 (or 0x0CEDC9) is known color: Bright Turquoise. HEX triplet: 0C, ED and C9. RGB value is (12,237,201). Sum of RGB (Red+Green+Blue) = 12+237+201=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 237 (92.97% from 255 or 52.67% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 237 - color contains mainly: green. Hex color #0CEDC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEDC9 is #F31236. Grayscale: #A5A5A5. Windows color (decimal): -15929911 or 13233420. OLE color: 13233420.
HSL color Cylindrical-coordinate representation of color #0CEDC9: hue angle of 170.4º 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 #0CEDC9 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 201 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.07 |
| HSL | 170.4º | 0.9% | 0.49% | - |
| HSV(B) | 170.4º | 0.95% | 0.93% | - |
| XYZ | 40.98 | 64.86 | 65.62 | - |
| YUV | 165.62 | 147.96 | 18.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 201 | 0.95 | 0 | 0.15 | 0.07 | 170.4 | 0.9 | 0.49 |
| Hex | C | ED | C9 | 5F | 0 | F | 7 | AA | 5A | 31 |
| Octal | 14 | 355 | 311 | 137 | 0 | 17 | 7 | 252 | 132 | 61 |
| Binary | 1100 | 11101101 | 11001001 | 1011111 | 0 | 1111 | 111 | 10101010 | 1011010 | 110001 |
Color Harmonies of #0CEDC9
Complementary color
Monochromatic Colors of #0CEDC9
Black with #0CEDC9
Text Example
Text Example
White with #0CEDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEDC9; }
p { color: rgb(12,237,201); }
H1.HeaderClassName
{
color: #0CEDC9;
}
.AnyTagClassName
{
color: #0CEDC9;
}
</style>
background-color css
<style>
a { background-color: #0CEDC9; }
a { background-color: rgb(12,237,201); }
div.DivClassName
{
background-color: #0CEDC9;
}
.BgClassName
{
background-color: #0CEDC9;
}
</style>
border-color css
<style>
span { border-color: #0CEDC9; }
span { border-color: rgb(12,237,201); }
td.TdClassName
{
border-color: #0CEDC9;
}
.TagClassName
{
border-color: #0CEDC9;
}
</style>