Shades of Bright Turquoise #0CFBE3
Tints of Bright Turquoise #0CFBE3
RGB
CMYK
RGB Variations
Color information
#0CFBE3 (or 0x0CFBE3) is known color: Bright Turquoise. HEX triplet: 0C, FB and E3. RGB value is (12,251,227). Sum of RGB (Red+Green+Blue) = 12+251+227=490 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBE3 is #F3041C. Grayscale: #B0B0B0. Windows color (decimal): -15926301 or 14940940. OLE color: 14940940.
HSL color Cylindrical-coordinate representation of color #0CFBE3: hue angle of 173.97º 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 #0CFBE3 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 227 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.02 |
| HSL | 173.97º | 0.97% | 0.52% | - |
| HSV(B) | 173.97º | 0.95% | 0.98% | - |
| XYZ | 48.51 | 74.62 | 84.52 | - |
| YUV | 176.8 | 156.32 | 10.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 227 | 0.95 | 0 | 0.10 | 0.02 | 173.97 | 0.97 | 0.52 |
| Hex | C | FB | E3 | 5F | 0 | A | 2 | AE | 61 | 34 |
| Octal | 14 | 373 | 343 | 137 | 0 | 12 | 2 | 256 | 141 | 64 |
| Binary | 1100 | 11111011 | 11100011 | 1011111 | 0 | 1010 | 10 | 10101110 | 1100001 | 110100 |
Color Harmonies of #0CFBE3
Complementary color
Monochromatic Colors of #0CFBE3
Black with #0CFBE3
Text Example
Text Example
White with #0CFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBE3; }
p { color: rgb(12,251,227); }
H1.HeaderClassName
{
color: #0CFBE3;
}
.AnyTagClassName
{
color: #0CFBE3;
}
</style>
background-color css
<style>
a { background-color: #0CFBE3; }
a { background-color: rgb(12,251,227); }
div.DivClassName
{
background-color: #0CFBE3;
}
.BgClassName
{
background-color: #0CFBE3;
}
</style>
border-color css
<style>
span { border-color: #0CFBE3; }
span { border-color: rgb(12,251,227); }
td.TdClassName
{
border-color: #0CFBE3;
}
.TagClassName
{
border-color: #0CFBE3;
}
</style>