#09E0EA

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

Shades of Bright Turquoise #09E0EA

Tints of Bright Turquoise #09E0EA

Color information

#09E0EA (or 0x09E0EA) is unknown color: approx Bright Turquoise. HEX triplet: 09, E0 and EA. RGB value is (9,224,234). Sum of RGB (Red+Green+Blue) = 9+224+234=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #09E0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E0EA is #F61F15. Grayscale: #A0A0A0. Windows color (decimal): -16129814 or 15392777. OLE color: 15392777.

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

Color convert

RGB9224234-
CMYK0.960.0400.08
HSL182.67º92.59%47.65%-
HSV(B)182.67º96.15%91.76%-
XYZ41.6259.3187.1-
YUV160.86169.2719.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.93%
GREEN value IS 224 (87.89% from 255) = 47.97%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=1.93%
G=47.97%
B=50.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal92242340.960.0400.08182.6792.5947.65
Hex9E0EA60408b75d30
Octal11340352140401026713560
Binary10011110000011101010110000010001000101101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09E0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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