Shades of Bright Turquoise #0CEDBB
Tints of Bright Turquoise #0CEDBB
RGB
CMYK
RGB Variations
Color information
#0CEDBB (or 0x0CEDBB) is known color: Bright Turquoise. HEX triplet: 0C, ED and BB. RGB value is (12,237,187). Sum of RGB (Red+Green+Blue) = 12+237+187=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 237 (92.97% from 255 or 54.36% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 237 - color contains mainly: green. Hex color #0CEDBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEDBB is #F31244. Grayscale: #A3A3A3. Windows color (decimal): -15929925 or 12315916. OLE color: 12315916.
HSL color Cylindrical-coordinate representation of color #0CEDBB: hue angle of 166.67º 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 #0CEDBB is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 187 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.07 |
| HSL | 166.67º | 0.9% | 0.49% | - |
| HSV(B) | 166.67º | 0.95% | 0.93% | - |
| XYZ | 39.41 | 64.23 | 57.34 | - |
| YUV | 164.03 | 140.96 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 187 | 0.95 | 0 | 0.21 | 0.07 | 166.67 | 0.9 | 0.49 |
| Hex | C | ED | BB | 5F | 0 | 15 | 7 | A7 | 5A | 31 |
| Octal | 14 | 355 | 273 | 137 | 0 | 25 | 7 | 247 | 132 | 61 |
| Binary | 1100 | 11101101 | 10111011 | 1011111 | 0 | 10101 | 111 | 10100111 | 1011010 | 110001 |
Color Harmonies of #0CEDBB
Complementary color
Monochromatic Colors of #0CEDBB
Black with #0CEDBB
Text Example
Text Example
White with #0CEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEDBB; }
p { color: rgb(12,237,187); }
H1.HeaderClassName
{
color: #0CEDBB;
}
.AnyTagClassName
{
color: #0CEDBB;
}
</style>
background-color css
<style>
a { background-color: #0CEDBB; }
a { background-color: rgb(12,237,187); }
div.DivClassName
{
background-color: #0CEDBB;
}
.BgClassName
{
background-color: #0CEDBB;
}
</style>
border-color css
<style>
span { border-color: #0CEDBB; }
span { border-color: rgb(12,237,187); }
td.TdClassName
{
border-color: #0CEDBB;
}
.TagClassName
{
border-color: #0CEDBB;
}
</style>