#0FE0C6

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

Shades of Bright Turquoise #0FE0C6

Tints of Bright Turquoise #0FE0C6

Color information

#0FE0C6 (or 0x0FE0C6) is unknown color: approx Bright Turquoise. HEX triplet: 0F, E0 and C6. RGB value is (15,224,198). Sum of RGB (Red+Green+Blue) = 15+224+198=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0C6 is #F01F39. Grayscale: #9E9E9E. Windows color (decimal): -15736634 or 13033487. OLE color: 13033487.

HSL color Cylindrical-coordinate representation of color #0FE0C6: hue angle of 172.54º degrees, saturation: 0.87, 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 #0FE0C6 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB15224198-
CMYK0.9300.120.12
HSL172.54º87.45%46.86%-
HSV(B)172.54º93.3%87.84%-
XYZ37.0557.4962.57-
YUV158.55150.2625.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.43%
GREEN value IS 224 (87.89% from 255) = 51.26%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=3.43%
G=51.26%
B=45.31%

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
Decimal152241980.9300.120.12172.5487.4546.86
HexFE0C65D0CCad572f
Octal173403061350141425512757
Binary111111100000110001101011101011001100101011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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