Shades of Bright Turquoise #0CF1EB
Tints of Bright Turquoise #0CF1EB
RGB
CMYK
RGB Variations
Color information
#0CF1EB (or 0x0CF1EB) is known color: Bright Turquoise. HEX triplet: 0C, F1 and EB. RGB value is (12,241,235). Sum of RGB (Red+Green+Blue) = 12+241+235=488 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF1EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF1EB is #F30E14. Grayscale: #ABABAB. Windows color (decimal): -15928853 or 15462668. OLE color: 15462668.
HSL color Cylindrical-coordinate representation of color #0CF1EB: hue angle of 178.43º 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 #0CF1EB is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 241 | 235 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.05 |
| HSL | 178.43º | 0.91% | 0.5% | - |
| HSV(B) | 178.43º | 0.95% | 0.95% | - |
| XYZ | 46.6 | 68.99 | 89.46 | - |
| YUV | 171.85 | 163.63 | 13.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 241 | 235 | 0.95 | 0 | 0.02 | 0.05 | 178.43 | 0.91 | 0.5 |
| Hex | C | F1 | EB | 5F | 0 | 2 | 5 | B2 | 5B | 32 |
| Octal | 14 | 361 | 353 | 137 | 0 | 2 | 5 | 262 | 133 | 62 |
| Binary | 1100 | 11110001 | 11101011 | 1011111 | 0 | 10 | 101 | 10110010 | 1011011 | 110010 |
Color Harmonies of #0CF1EB
Complementary color
Monochromatic Colors of #0CF1EB
Black with #0CF1EB
Text Example
Text Example
White with #0CF1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF1EB; }
p { color: rgb(12,241,235); }
H1.HeaderClassName
{
color: #0CF1EB;
}
.AnyTagClassName
{
color: #0CF1EB;
}
</style>
background-color css
<style>
a { background-color: #0CF1EB; }
a { background-color: rgb(12,241,235); }
div.DivClassName
{
background-color: #0CF1EB;
}
.BgClassName
{
background-color: #0CF1EB;
}
</style>
border-color css
<style>
span { border-color: #0CF1EB; }
span { border-color: rgb(12,241,235); }
td.TdClassName
{
border-color: #0CF1EB;
}
.TagClassName
{
border-color: #0CF1EB;
}
</style>