#09EADF

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

Shades of Bright Turquoise #09EADF

Tints of Bright Turquoise #09EADF

Color information

#09EADF (or 0x09EADF) is unknown color: approx Bright Turquoise. HEX triplet: 09, EA and DF. RGB value is (9,234,223). Sum of RGB (Red+Green+Blue) = 9+234+223=466 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #09EADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EADF is #F61520. Grayscale: #A5A5A5. Windows color (decimal): -16127265 or 14674441. OLE color: 14674441.

HSL color Cylindrical-coordinate representation of color #09EADF: hue angle of 177.07º 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 #09EADF is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB9234223-
CMYK0.9600.050.08
HSL177.07º92.59%47.65%-
HSV(B)177.07º96.15%91.76%-
XYZ42.8564.2379.95-
YUV165.47160.4616.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.93%
GREEN value IS 234 (91.80% from 255) = 50.21%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=1.93%
G=50.21%
B=47.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal92342230.9600.050.08177.0792.5947.65
Hex9EADF60058b15d30
Octal11352337140051026113560
Binary10011110101011011111110000001011000101100011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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