#0FE1C6

Color #0FE1C6 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #0FE1C6

Tints of Bright Turquoise #0FE1C6

Color information

#0FE1C6 (or 0x0FE1C6) is unknown color: approx Bright Turquoise. HEX triplet: 0F, E1 and C6. RGB value is (15,225,198). Sum of RGB (Red+Green+Blue) = 15+225+198=438 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE1C6 is #F01E39. Grayscale: #9F9F9F. Windows color (decimal): -15736378 or 13033743. OLE color: 13033743.

HSL color Cylindrical-coordinate representation of color #0FE1C6: hue angle of 172.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE1C6 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB15225198-
CMYK0.9300.120.12
HSL172.29º87.5%47.06%-
HSV(B)172.29º93.33%88.24%-
XYZ37.3258.0362.66-
YUV159.13149.9325.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 3.42%
GREEN value IS 225 (88.28% from 255) = 51.37%
BLUE value IS 198 (77.73% from 255) = 45.21%
R=3.42%
G=51.37%
B=45.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152251980.9300.120.12172.2987.547.06
HexFE1C65D0CCac582f
Octal173413061350141425413057
Binary111111100001110001101011101011001100101011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FE1C6; }

 p { color: rgb(15,225,198); }

 H1.HeaderClassName
 {
   color: #0FE1C6;
 }
 .AnyTagClassName
 {
   color: #0FE1C6;
 }
</style>
background-color css

<style>
 a { background-color: #0FE1C6; }

 a { background-color: rgb(15,225,198); }

 div.DivClassName
 {
   background-color: #0FE1C6;
 }
 .BgClassName
 {
   background-color: #0FE1C6;
 }
</style>
border-color css

<style>
 span { border-color: #0FE1C6; }

 span { border-color: rgb(15,225,198); }

 td.TdClassName
 {
   border-color: #0FE1C6;
 }
 .TagClassName
 {
   border-color: #0FE1C6;
 }
</style>