#0FEAC6

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

Shades of Bright Turquoise #0FEAC6

Tints of Bright Turquoise #0FEAC6

Color information

#0FEAC6 (or 0x0FEAC6) is unknown color: approx Bright Turquoise. HEX triplet: 0F, EA and C6. RGB value is (15,234,198). Sum of RGB (Red+Green+Blue) = 15+234+198=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #0FEAC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEAC6 is #F01539. Grayscale: #A4A4A4. Windows color (decimal): -15734074 or 13036047. OLE color: 13036047.

HSL color Cylindrical-coordinate representation of color #0FEAC6: hue angle of 170.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEAC6 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB15234198-
CMYK0.9400.150.08
HSL170.14º87.95%48.82%-
HSV(B)170.14º93.59%91.76%-
XYZ39.8163.0263.49-
YUV164.42146.9521.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.36%
GREEN value IS 234 (91.80% from 255) = 52.35%
BLUE value IS 198 (77.73% from 255) = 44.30%
R=3.36%
G=52.35%
B=44.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal152341980.9400.150.08170.1487.9548.82
HexFEAC65E0F8aa5831
Octal173523061360171025213061
Binary111111101010110001101011110011111000101010101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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