Shades of Bright Turquoise #0CFBE2
Tints of Bright Turquoise #0CFBE2
RGB
CMYK
RGB Variations
Color information
#0CFBE2 (or 0x0CFBE2) is known color: Bright Turquoise. HEX triplet: 0C, FB and E2. RGB value is (12,251,226). Sum of RGB (Red+Green+Blue) = 12+251+226=489 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBE2 is #F3041D. Grayscale: #B0B0B0. Windows color (decimal): -15926302 or 14875404. OLE color: 14875404.
HSL color Cylindrical-coordinate representation of color #0CFBE2: hue angle of 173.72º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBE2 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 226 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.02 |
| HSL | 173.72º | 0.97% | 0.52% | - |
| HSV(B) | 173.72º | 0.95% | 0.98% | - |
| XYZ | 48.38 | 74.56 | 83.79 | - |
| YUV | 176.69 | 155.82 | 10.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 226 | 0.95 | 0 | 0.10 | 0.02 | 173.72 | 0.97 | 0.52 |
| Hex | C | FB | E2 | 5F | 0 | A | 2 | AE | 61 | 34 |
| Octal | 14 | 373 | 342 | 137 | 0 | 12 | 2 | 256 | 141 | 64 |
| Binary | 1100 | 11111011 | 11100010 | 1011111 | 0 | 1010 | 10 | 10101110 | 1100001 | 110100 |
Color Harmonies of #0CFBE2
Complementary color
Monochromatic Colors of #0CFBE2
Black with #0CFBE2
Text Example
Text Example
White with #0CFBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBE2; }
p { color: rgb(12,251,226); }
H1.HeaderClassName
{
color: #0CFBE2;
}
.AnyTagClassName
{
color: #0CFBE2;
}
</style>
background-color css
<style>
a { background-color: #0CFBE2; }
a { background-color: rgb(12,251,226); }
div.DivClassName
{
background-color: #0CFBE2;
}
.BgClassName
{
background-color: #0CFBE2;
}
</style>
border-color css
<style>
span { border-color: #0CFBE2; }
span { border-color: rgb(12,251,226); }
td.TdClassName
{
border-color: #0CFBE2;
}
.TagClassName
{
border-color: #0CFBE2;
}
</style>