#09EAE1

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

Shades of Bright Turquoise #09EAE1

Tints of Bright Turquoise #09EAE1

Color information

#09EAE1 (or 0x09EAE1) is unknown color: approx Bright Turquoise. HEX triplet: 09, EA and E1. RGB value is (9,234,225). Sum of RGB (Red+Green+Blue) = 9+234+225=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #09EAE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EAE1 is #F6151E. Grayscale: #A5A5A5. Windows color (decimal): -16127263 or 14805513. OLE color: 14805513.

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

Color convert

RGB9234225-
CMYK0.9600.040.08
HSL177.6º92.59%47.65%-
HSV(B)177.6º96.15%91.76%-
XYZ43.1364.3481.38-
YUV165.7161.4616.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.92%
GREEN value IS 234 (91.80% from 255) = 50%
BLUE value IS 225 (88.28% from 255) = 48.08%
R=1.92%
G=50%
B=48.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal92342250.9600.040.08177.692.5947.65
Hex9EAE160048b25d30
Octal11352341140041026213560
Binary10011110101011100001110000001001000101100101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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