Shades of Bright Turquoise #0CE9F1
Tints of Bright Turquoise #0CE9F1
RGB
CMYK
RGB Variations
Color information
#0CE9F1 (or 0x0CE9F1) is known color: Bright Turquoise. HEX triplet: 0C, E9 and F1. RGB value is (12,233,241). Sum of RGB (Red+Green+Blue) = 12+233+241=486 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CE9F1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CE9F1 is #F3160E. Grayscale: #A7A7A7. Windows color (decimal): -15930895 or 15853836. OLE color: 15853836.
HSL color Cylindrical-coordinate representation of color #0CE9F1: hue angle of 182.1º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE9F1 is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 233 | 241 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.05 |
| HSL | 182.1º | 0.91% | 0.5% | - |
| HSV(B) | 182.1º | 0.95% | 0.95% | - |
| XYZ | 45.17 | 64.71 | 93.33 | - |
| YUV | 167.83 | 169.28 | 16.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 233 | 241 | 0.95 | 0.03 | 0 | 0.05 | 182.1 | 0.91 | 0.5 |
| Hex | C | E9 | F1 | 5F | 3 | 0 | 5 | B6 | 5B | 32 |
| Octal | 14 | 351 | 361 | 137 | 3 | 0 | 5 | 266 | 133 | 62 |
| Binary | 1100 | 11101001 | 11110001 | 1011111 | 11 | 0 | 101 | 10110110 | 1011011 | 110010 |
Color Harmonies of #0CE9F1
Complementary color
Monochromatic Colors of #0CE9F1
Black with #0CE9F1
Text Example
Text Example
White with #0CE9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE9F1; }
p { color: rgb(12,233,241); }
H1.HeaderClassName
{
color: #0CE9F1;
}
.AnyTagClassName
{
color: #0CE9F1;
}
</style>
background-color css
<style>
a { background-color: #0CE9F1; }
a { background-color: rgb(12,233,241); }
div.DivClassName
{
background-color: #0CE9F1;
}
.BgClassName
{
background-color: #0CE9F1;
}
</style>
border-color css
<style>
span { border-color: #0CE9F1; }
span { border-color: rgb(12,233,241); }
td.TdClassName
{
border-color: #0CE9F1;
}
.TagClassName
{
border-color: #0CE9F1;
}
</style>