Shades of Bright Turquoise #0CEECD
Tints of Bright Turquoise #0CEECD
RGB
CMYK
RGB Variations
Color information
#0CEECD (or 0x0CEECD) is known color: Bright Turquoise. HEX triplet: 0C, EE and CD. RGB value is (12,238,205). Sum of RGB (Red+Green+Blue) = 12+238+205=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEECD is #F31132. Grayscale: #A6A6A6. Windows color (decimal): -15929651 or 13495820. OLE color: 13495820.
HSL color Cylindrical-coordinate representation of color #0CEECD: hue angle of 171.24º 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 #0CEECD is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 205 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.07 |
| HSL | 171.24º | 0.9% | 0.49% | - |
| HSV(B) | 171.24º | 0.95% | 0.93% | - |
| XYZ | 41.75 | 65.64 | 68.23 | - |
| YUV | 166.66 | 149.63 | 17.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 205 | 0.95 | 0 | 0.14 | 0.07 | 171.24 | 0.9 | 0.49 |
| Hex | C | EE | CD | 5F | 0 | E | 7 | AB | 5A | 31 |
| Octal | 14 | 356 | 315 | 137 | 0 | 16 | 7 | 253 | 132 | 61 |
| Binary | 1100 | 11101110 | 11001101 | 1011111 | 0 | 1110 | 111 | 10101011 | 1011010 | 110001 |
Color Harmonies of #0CEECD
Complementary color
Monochromatic Colors of #0CEECD
Black with #0CEECD
Text Example
Text Example
White with #0CEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEECD; }
p { color: rgb(12,238,205); }
H1.HeaderClassName
{
color: #0CEECD;
}
.AnyTagClassName
{
color: #0CEECD;
}
</style>
background-color css
<style>
a { background-color: #0CEECD; }
a { background-color: rgb(12,238,205); }
div.DivClassName
{
background-color: #0CEECD;
}
.BgClassName
{
background-color: #0CEECD;
}
</style>
border-color css
<style>
span { border-color: #0CEECD; }
span { border-color: rgb(12,238,205); }
td.TdClassName
{
border-color: #0CEECD;
}
.TagClassName
{
border-color: #0CEECD;
}
</style>