#09E4C3

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

Shades of Bright Turquoise #09E4C3

Tints of Bright Turquoise #09E4C3

Color information

#09E4C3 (or 0x09E4C3) is unknown color: approx Bright Turquoise. HEX triplet: 09, E4 and C3. RGB value is (9,228,195). Sum of RGB (Red+Green+Blue) = 9+228+195=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #09E4C3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E4C3 is #F61B3C. Grayscale: #9E9E9E. Windows color (decimal): -16128829 or 12837897. OLE color: 12837897.

HSL color Cylindrical-coordinate representation of color #09E4C3: hue angle of 170.96º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E4C3 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB9228195-
CMYK0.9600.140.11
HSL170.96º92.41%46.47%-
HSV(B)170.96º96.05%89.41%-
XYZ37.7159.4961.12-
YUV158.76148.4521.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.08%
GREEN value IS 228 (89.45% from 255) = 52.78%
BLUE value IS 195 (76.56% from 255) = 45.14%
R=2.08%
G=52.78%
B=45.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal92281950.9600.140.11170.9692.4146.47
Hex9E4C3600EBab5c2e
Octal113443031400161325313456
Binary100111100100110000111100000011101011101010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09E4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,228,195); }

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

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

 a { background-color: rgb(9,228,195); }

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

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

 span { border-color: rgb(9,228,195); }

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