Shades of Bright Turquoise #0CEED6
Tints of Bright Turquoise #0CEED6
RGB
CMYK
RGB Variations
Color information
#0CEED6 (or 0x0CEED6) is known color: Bright Turquoise. HEX triplet: 0C, EE and D6. RGB value is (12,238,214). Sum of RGB (Red+Green+Blue) = 12+238+214=464 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.59% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEED6 is #F31129. Grayscale: #A7A7A7. Windows color (decimal): -15929642 or 14085644. OLE color: 14085644.
HSL color Cylindrical-coordinate representation of color #0CEED6: hue angle of 173.63º 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 #0CEED6 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 214 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.07 |
| HSL | 173.63º | 0.9% | 0.49% | - |
| HSV(B) | 173.63º | 0.95% | 0.93% | - |
| XYZ | 42.86 | 66.08 | 74.11 | - |
| YUV | 167.69 | 154.13 | 16.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 214 | 0.95 | 0 | 0.10 | 0.07 | 173.63 | 0.9 | 0.49 |
| Hex | C | EE | D6 | 5F | 0 | A | 7 | AE | 5A | 31 |
| Octal | 14 | 356 | 326 | 137 | 0 | 12 | 7 | 256 | 132 | 61 |
| Binary | 1100 | 11101110 | 11010110 | 1011111 | 0 | 1010 | 111 | 10101110 | 1011010 | 110001 |
Color Harmonies of #0CEED6
Complementary color
Monochromatic Colors of #0CEED6
Black with #0CEED6
Text Example
Text Example
White with #0CEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEED6; }
p { color: rgb(12,238,214); }
H1.HeaderClassName
{
color: #0CEED6;
}
.AnyTagClassName
{
color: #0CEED6;
}
</style>
background-color css
<style>
a { background-color: #0CEED6; }
a { background-color: rgb(12,238,214); }
div.DivClassName
{
background-color: #0CEED6;
}
.BgClassName
{
background-color: #0CEED6;
}
</style>
border-color css
<style>
span { border-color: #0CEED6; }
span { border-color: rgb(12,238,214); }
td.TdClassName
{
border-color: #0CEED6;
}
.TagClassName
{
border-color: #0CEED6;
}
</style>