#09EED3

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

Shades of Bright Turquoise #09EED3

Tints of Bright Turquoise #09EED3

Color information

#09EED3 (or 0x09EED3) is unknown color: approx Bright Turquoise. HEX triplet: 09, EE and D3. RGB value is (9,238,211). Sum of RGB (Red+Green+Blue) = 9+238+211=458 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 458); Green value is 238 (93.36% from 255 or 51.97% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 238 - color contains mainly: green. Hex color #09EED3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EED3 is #F6112C. Grayscale: #A6A6A6. Windows color (decimal): -16126253 or 13889033. OLE color: 13889033.

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

Color convert

RGB9238211-
CMYK0.9600.110.07
HSL172.93º92.71%48.43%-
HSV(B)172.93º96.22%93.33%-
XYZ42.4565.9172.11-
YUV166.45153.1315.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.97%
GREEN value IS 238 (93.36% from 255) = 51.97%
BLUE value IS 211 (82.81% from 255) = 46.07%
R=1.97%
G=51.97%
B=46.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92382110.9600.110.07172.9392.7148.43
Hex9EED3600B7ad5d30
Octal11356323140013725513560
Binary10011110111011010011110000001011111101011011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,238,211); }

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

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

 a { background-color: rgb(9,238,211); }

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

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

 span { border-color: rgb(9,238,211); }

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