Shades of Bright Turquoise #0CF1E7
Tints of Bright Turquoise #0CF1E7
RGB
CMYK
RGB Variations
Color information
#0CF1E7 (or 0x0CF1E7) is known color: Bright Turquoise. HEX triplet: 0C, F1 and E7. RGB value is (12,241,231). Sum of RGB (Red+Green+Blue) = 12+241+231=484 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 231 (90.62% from 255 or 47.73% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF1E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF1E7 is #F30E18. Grayscale: #ABABAB. Windows color (decimal): -15928857 or 15200524. OLE color: 15200524.
HSL color Cylindrical-coordinate representation of color #0CF1E7: hue angle of 177.38º 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 #0CF1E7 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 241 | 231 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.05 |
| HSL | 177.38º | 0.91% | 0.5% | - |
| HSV(B) | 177.38º | 0.95% | 0.95% | - |
| XYZ | 46.03 | 68.76 | 86.45 | - |
| YUV | 171.39 | 161.63 | 14.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 241 | 231 | 0.95 | 0 | 0.04 | 0.05 | 177.38 | 0.91 | 0.5 |
| Hex | C | F1 | E7 | 5F | 0 | 4 | 5 | B1 | 5B | 32 |
| Octal | 14 | 361 | 347 | 137 | 0 | 4 | 5 | 261 | 133 | 62 |
| Binary | 1100 | 11110001 | 11100111 | 1011111 | 0 | 100 | 101 | 10110001 | 1011011 | 110010 |
Color Harmonies of #0CF1E7
Complementary color
Monochromatic Colors of #0CF1E7
Black with #0CF1E7
Text Example
Text Example
White with #0CF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF1E7; }
p { color: rgb(12,241,231); }
H1.HeaderClassName
{
color: #0CF1E7;
}
.AnyTagClassName
{
color: #0CF1E7;
}
</style>
background-color css
<style>
a { background-color: #0CF1E7; }
a { background-color: rgb(12,241,231); }
div.DivClassName
{
background-color: #0CF1E7;
}
.BgClassName
{
background-color: #0CF1E7;
}
</style>
border-color css
<style>
span { border-color: #0CF1E7; }
span { border-color: rgb(12,241,231); }
td.TdClassName
{
border-color: #0CF1E7;
}
.TagClassName
{
border-color: #0CF1E7;
}
</style>