Shades of Bright Turquoise #0FFFC4
Tints of Bright Turquoise #0FFFC4
RGB
CMYK
RGB Variations
Color information
#0FFFC4 (or 0x0FFFC4) is known color: Bright Turquoise. HEX triplet: 0F, FF and C4. RGB value is (15,255,196). Sum of RGB (Red+Green+Blue) = 15+255+196=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFC4 is #F0003B. Grayscale: #B0B0B0. Windows color (decimal): -15728700 or 12910351. OLE color: 12910351.
HSL color Cylindrical-coordinate representation of color #0FFFC4: hue angle of 165.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFC4 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 196 | - |
| CMYK | 0.94 | 0 | 0.23 | 0 |
| HSL | 165.25º | 1% | 0.53% | - |
| HSV(B) | 165.25º | 0.94% | 1% | - |
| XYZ | 45.92 | 75.61 | 64.4 | - |
| YUV | 176.51 | 138.99 | 12.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 196 | 0.94 | 0 | 0.23 | 0 | 165.25 | 1 | 0.53 |
| Hex | F | FF | C4 | 5E | 0 | 17 | 0 | A5 | 64 | 35 |
| Octal | 17 | 377 | 304 | 136 | 0 | 27 | 0 | 245 | 144 | 65 |
| Binary | 1111 | 11111111 | 11000100 | 1011110 | 0 | 10111 | 0 | 10100101 | 1100100 | 110101 |
Color Harmonies of #0FFFC4
Complementary color
Monochromatic Colors of #0FFFC4
Black with #0FFFC4
Text Example
Text Example
White with #0FFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFC4; }
p { color: rgb(15,255,196); }
H1.HeaderClassName
{
color: #0FFFC4;
}
.AnyTagClassName
{
color: #0FFFC4;
}
</style>
background-color css
<style>
a { background-color: #0FFFC4; }
a { background-color: rgb(15,255,196); }
div.DivClassName
{
background-color: #0FFFC4;
}
.BgClassName
{
background-color: #0FFFC4;
}
</style>
border-color css
<style>
span { border-color: #0FFFC4; }
span { border-color: rgb(15,255,196); }
td.TdClassName
{
border-color: #0FFFC4;
}
.TagClassName
{
border-color: #0FFFC4;
}
</style>