Shades of Bright Turquoise #0CEDDD
Tints of Bright Turquoise #0CEDDD
RGB
CMYK
RGB Variations
Color information
#0CEDDD (or 0x0CEDDD) is known color: Bright Turquoise. HEX triplet: 0C, ED and DD. RGB value is (12,237,221). Sum of RGB (Red+Green+Blue) = 12+237+221=470 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #0CEDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEDDD is #F31222. Grayscale: #A7A7A7. Windows color (decimal): -15929891 or 14544140. OLE color: 14544140.
HSL color Cylindrical-coordinate representation of color #0CEDDD: hue angle of 175.73º 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 #0CEDDD is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 221 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.07 |
| HSL | 175.73º | 0.9% | 0.49% | - |
| HSV(B) | 175.73º | 0.95% | 0.93% | - |
| XYZ | 43.49 | 65.87 | 78.83 | - |
| YUV | 167.9 | 157.96 | 16.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 221 | 0.95 | 0 | 0.07 | 0.07 | 175.73 | 0.9 | 0.49 |
| Hex | C | ED | DD | 5F | 0 | 7 | 7 | B0 | 5A | 31 |
| Octal | 14 | 355 | 335 | 137 | 0 | 7 | 7 | 260 | 132 | 61 |
| Binary | 1100 | 11101101 | 11011101 | 1011111 | 0 | 111 | 111 | 10110000 | 1011010 | 110001 |
Color Harmonies of #0CEDDD
Complementary color
Monochromatic Colors of #0CEDDD
Black with #0CEDDD
Text Example
Text Example
White with #0CEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEDDD; }
p { color: rgb(12,237,221); }
H1.HeaderClassName
{
color: #0CEDDD;
}
.AnyTagClassName
{
color: #0CEDDD;
}
</style>
background-color css
<style>
a { background-color: #0CEDDD; }
a { background-color: rgb(12,237,221); }
div.DivClassName
{
background-color: #0CEDDD;
}
.BgClassName
{
background-color: #0CEDDD;
}
</style>
border-color css
<style>
span { border-color: #0CEDDD; }
span { border-color: rgb(12,237,221); }
td.TdClassName
{
border-color: #0CEDDD;
}
.TagClassName
{
border-color: #0CEDDD;
}
</style>