#09F6E8

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

Shades of Bright Turquoise #09F6E8

Tints of Bright Turquoise #09F6E8

Color information

#09F6E8 (or 0x09F6E8) is unknown color: approx Bright Turquoise. HEX triplet: 09, F6 and E8. RGB value is (9,246,232). Sum of RGB (Red+Green+Blue) = 9+246+232=487 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #09F6E8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F6E8 is #F60917. Grayscale: #ADADAD. Windows color (decimal): -16124184 or 15267337. OLE color: 15267337.

HSL color Cylindrical-coordinate representation of color #09F6E8: hue angle of 176.46º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F6E8 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB9246232-
CMYK0.9600.060.04
HSL176.46º92.94%50%-
HSV(B)176.46º96.34%96.47%-
XYZ47.6371.887.69-
YUV173.54160.9810.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.85%
GREEN value IS 246 (96.48% from 255) = 50.51%
BLUE value IS 232 (91.02% from 255) = 47.64%
R=1.85%
G=50.51%
B=47.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal92462320.9600.060.04176.4692.9450
Hex9F6E860064b05d32
Octal1136635014006426013562
Binary1001111101101110100011000000110100101100001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09F6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09F6E8; }

 p { color: rgb(9,246,232); }

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

<style>
 a { background-color: #09F6E8; }

 a { background-color: rgb(9,246,232); }

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

<style>
 span { border-color: #09F6E8; }

 span { border-color: rgb(9,246,232); }

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