#09EACF

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

Shades of Bright Turquoise #09EACF

Tints of Bright Turquoise #09EACF

Color information

#09EACF (or 0x09EACF) is unknown color: approx Bright Turquoise. HEX triplet: 09, EA and CF. RGB value is (9,234,207). Sum of RGB (Red+Green+Blue) = 9+234+207=450 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #09EACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EACF is #F61530. Grayscale: #A3A3A3. Windows color (decimal): -16127281 or 13625865. OLE color: 13625865.

HSL color Cylindrical-coordinate representation of color #09EACF: hue angle of 172.8º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EACF is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB9234207-
CMYK0.9600.120.08
HSL172.8º92.59%47.65%-
HSV(B)172.8º96.15%91.76%-
XYZ40.863.4169.12-
YUV163.65152.4617.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2%
GREEN value IS 234 (91.80% from 255) = 52%
BLUE value IS 207 (81.25% from 255) = 46%
R=2%
G=52%
B=46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal92342070.9600.120.08172.892.5947.65
Hex9EACF600C8ad5d30
Octal113523171400141025513560
Binary100111101010110011111100000011001000101011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,234,207); }

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

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

 a { background-color: rgb(9,234,207); }

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

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

 span { border-color: rgb(9,234,207); }

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