Shades of Bright Turquoise #0CEDBD
Tints of Bright Turquoise #0CEDBD
RGB
CMYK
RGB Variations
Color information
#0CEDBD (or 0x0CEDBD) is known color: Bright Turquoise. HEX triplet: 0C, ED and BD. RGB value is (12,237,189). Sum of RGB (Red+Green+Blue) = 12+237+189=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #0CEDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEDBD is #F31242. Grayscale: #A4A4A4. Windows color (decimal): -15929923 or 12446988. OLE color: 12446988.
HSL color Cylindrical-coordinate representation of color #0CEDBD: hue angle of 167.2º 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 #0CEDBD is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 189 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.07 |
| HSL | 167.2º | 0.9% | 0.49% | - |
| HSV(B) | 167.2º | 0.95% | 0.93% | - |
| XYZ | 39.62 | 64.32 | 58.47 | - |
| YUV | 164.25 | 141.96 | 19.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 189 | 0.95 | 0 | 0.20 | 0.07 | 167.2 | 0.9 | 0.49 |
| Hex | C | ED | BD | 5F | 0 | 14 | 7 | A7 | 5A | 31 |
| Octal | 14 | 355 | 275 | 137 | 0 | 24 | 7 | 247 | 132 | 61 |
| Binary | 1100 | 11101101 | 10111101 | 1011111 | 0 | 10100 | 111 | 10100111 | 1011010 | 110001 |
Color Harmonies of #0CEDBD
Complementary color
Monochromatic Colors of #0CEDBD
Black with #0CEDBD
Text Example
Text Example
White with #0CEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEDBD; }
p { color: rgb(12,237,189); }
H1.HeaderClassName
{
color: #0CEDBD;
}
.AnyTagClassName
{
color: #0CEDBD;
}
</style>
background-color css
<style>
a { background-color: #0CEDBD; }
a { background-color: rgb(12,237,189); }
div.DivClassName
{
background-color: #0CEDBD;
}
.BgClassName
{
background-color: #0CEDBD;
}
</style>
border-color css
<style>
span { border-color: #0CEDBD; }
span { border-color: rgb(12,237,189); }
td.TdClassName
{
border-color: #0CEDBD;
}
.TagClassName
{
border-color: #0CEDBD;
}
</style>