Shades of Bright Turquoise #0CE2FA
Tints of Bright Turquoise #0CE2FA
RGB
CMYK
RGB Variations
Color information
#0CE2FA (or 0x0CE2FA) is known color: Bright Turquoise. HEX triplet: 0C, E2 and FA. RGB value is (12,226,250). Sum of RGB (Red+Green+Blue) = 12+226+250=488 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CE2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE2FA is #F31D05. Grayscale: #A4A4A4. Windows color (decimal): -15932678 or 16441868. OLE color: 16441868.
HSL color Cylindrical-coordinate representation of color #0CE2FA: hue angle of 186.05º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE2FA is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 226 | 250 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.02 |
| HSL | 186.05º | 0.96% | 0.51% | - |
| HSV(B) | 186.05º | 0.95% | 0.98% | - |
| XYZ | 44.6 | 61.37 | 99.94 | - |
| YUV | 164.75 | 176.1 | 19.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 226 | 250 | 0.95 | 0.10 | 0 | 0.02 | 186.05 | 0.96 | 0.51 |
| Hex | C | E2 | FA | 5F | A | 0 | 2 | BA | 60 | 33 |
| Octal | 14 | 342 | 372 | 137 | 12 | 0 | 2 | 272 | 140 | 63 |
| Binary | 1100 | 11100010 | 11111010 | 1011111 | 1010 | 0 | 10 | 10111010 | 1100000 | 110011 |
Color Harmonies of #0CE2FA
Complementary color
Monochromatic Colors of #0CE2FA
Black with #0CE2FA
Text Example
Text Example
White with #0CE2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE2FA; }
p { color: rgb(12,226,250); }
H1.HeaderClassName
{
color: #0CE2FA;
}
.AnyTagClassName
{
color: #0CE2FA;
}
</style>
background-color css
<style>
a { background-color: #0CE2FA; }
a { background-color: rgb(12,226,250); }
div.DivClassName
{
background-color: #0CE2FA;
}
.BgClassName
{
background-color: #0CE2FA;
}
</style>
border-color css
<style>
span { border-color: #0CE2FA; }
span { border-color: rgb(12,226,250); }
td.TdClassName
{
border-color: #0CE2FA;
}
.TagClassName
{
border-color: #0CE2FA;
}
</style>