Shades of Bright Turquoise #0CE2FB
Tints of Bright Turquoise #0CE2FB
RGB
CMYK
RGB Variations
Color information
#0CE2FB (or 0x0CE2FB) is known color: Bright Turquoise. HEX triplet: 0C, E2 and FB. RGB value is (12,226,251). Sum of RGB (Red+Green+Blue) = 12+226+251=489 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CE2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE2FB is #F31D04. Grayscale: #A4A4A4. Windows color (decimal): -15932677 or 16507404. OLE color: 16507404.
HSL color Cylindrical-coordinate representation of color #0CE2FB: hue angle of 186.28º 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 #0CE2FB is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 226 | 251 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.02 |
| HSL | 186.28º | 0.97% | 0.52% | - |
| HSV(B) | 186.28º | 0.95% | 0.98% | - |
| XYZ | 44.76 | 61.44 | 100.77 | - |
| YUV | 164.86 | 176.6 | 18.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 226 | 251 | 0.95 | 0.10 | 0 | 0.02 | 186.28 | 0.97 | 0.52 |
| Hex | C | E2 | FB | 5F | A | 0 | 2 | BA | 61 | 34 |
| Octal | 14 | 342 | 373 | 137 | 12 | 0 | 2 | 272 | 141 | 64 |
| Binary | 1100 | 11100010 | 11111011 | 1011111 | 1010 | 0 | 10 | 10111010 | 1100001 | 110100 |
Color Harmonies of #0CE2FB
Complementary color
Monochromatic Colors of #0CE2FB
Black with #0CE2FB
Text Example
Text Example
White with #0CE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE2FB; }
p { color: rgb(12,226,251); }
H1.HeaderClassName
{
color: #0CE2FB;
}
.AnyTagClassName
{
color: #0CE2FB;
}
</style>
background-color css
<style>
a { background-color: #0CE2FB; }
a { background-color: rgb(12,226,251); }
div.DivClassName
{
background-color: #0CE2FB;
}
.BgClassName
{
background-color: #0CE2FB;
}
</style>
border-color css
<style>
span { border-color: #0CE2FB; }
span { border-color: rgb(12,226,251); }
td.TdClassName
{
border-color: #0CE2FB;
}
.TagClassName
{
border-color: #0CE2FB;
}
</style>