#0FEFC2

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

Shades of Bright Turquoise #0FEFC2

Tints of Bright Turquoise #0FEFC2

Color information

#0FEFC2 (or 0x0FEFC2) is unknown color: approx Bright Turquoise. HEX triplet: 0F, EF and C2. RGB value is (15,239,194). Sum of RGB (Red+Green+Blue) = 15+239+194=448 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.35% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFC2 is #F0103D. Grayscale: #A6A6A6. Windows color (decimal): -15732798 or 12775183. OLE color: 12775183.

HSL color Cylindrical-coordinate representation of color #0FEFC2: hue angle of 167.95º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFC2 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB15239194-
CMYK0.9400.190.06
HSL167.95º88.19%49.8%-
HSV(B)167.95º93.72%93.73%-
XYZ40.865.7361.58-
YUV166.89143.2919.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.35%
GREEN value IS 239 (93.75% from 255) = 53.35%
BLUE value IS 194 (76.17% from 255) = 43.30%
R=3.35%
G=53.35%
B=43.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152391940.9400.190.06167.9588.1949.8
HexFEFC25E0136a85832
Octal17357302136023625013062
Binary111111101111110000101011110010011110101010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,239,194); }

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

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

 a { background-color: rgb(15,239,194); }

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

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

 span { border-color: rgb(15,239,194); }

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