Shades of Bright Turquoise #0CEEBC
Tints of Bright Turquoise #0CEEBC
RGB
CMYK
RGB Variations
Color information
#0CEEBC (or 0x0CEEBC) is known color: Bright Turquoise. HEX triplet: 0C, EE and BC. RGB value is (12,238,188). Sum of RGB (Red+Green+Blue) = 12+238+188=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEEBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEEBC is #F31143. Grayscale: #A4A4A4. Windows color (decimal): -15929668 or 12381708. OLE color: 12381708.
HSL color Cylindrical-coordinate representation of color #0CEEBC: hue angle of 166.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 #0CEEBC is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 238 | 188 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.07 |
| HSL | 166.73º | 0.9% | 0.49% | - |
| HSV(B) | 166.73º | 0.95% | 0.93% | - |
| XYZ | 39.8 | 64.86 | 58 | - |
| YUV | 164.73 | 141.13 | 19.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 188 | 0.95 | 0 | 0.21 | 0.07 | 166.73 | 0.9 | 0.49 |
| Hex | C | EE | BC | 5F | 0 | 15 | 7 | A7 | 5A | 31 |
| Octal | 14 | 356 | 274 | 137 | 0 | 25 | 7 | 247 | 132 | 61 |
| Binary | 1100 | 11101110 | 10111100 | 1011111 | 0 | 10101 | 111 | 10100111 | 1011010 | 110001 |
Color Harmonies of #0CEEBC
Complementary color
Monochromatic Colors of #0CEEBC
Black with #0CEEBC
Text Example
Text Example
White with #0CEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEBC; }
p { color: rgb(12,238,188); }
H1.HeaderClassName
{
color: #0CEEBC;
}
.AnyTagClassName
{
color: #0CEEBC;
}
</style>
background-color css
<style>
a { background-color: #0CEEBC; }
a { background-color: rgb(12,238,188); }
div.DivClassName
{
background-color: #0CEEBC;
}
.BgClassName
{
background-color: #0CEEBC;
}
</style>
border-color css
<style>
span { border-color: #0CEEBC; }
span { border-color: rgb(12,238,188); }
td.TdClassName
{
border-color: #0CEEBC;
}
.TagClassName
{
border-color: #0CEEBC;
}
</style>