Html Css Color HEX #09EADE Bright Turquoise

📋 copy color: '#09EADE'

red 9 ◦ green 234 ◦ blue 222

#09EADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #09EADE

Tints of Bright Turquoise #09EADE

RGB

 RED value IS 9 (3.91% from 255) = 1.94%

 GREEN value IS 234 (91.8% from 255) = 50.32%

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 1.94%
G = 50.32%
B = 47.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#09EADE (or 0x09EADE) is known color: Bright Turquoise. HEX triplet: 09, EA and DE. RGB value is (9,234,222). Sum of RGB (Red+Green+Blue) = 9+234+222=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #09EADE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EADE is #F61521. Grayscale: #A5A5A5. Windows color (decimal): -16127266 or 14608905. OLE color: 14608905.

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

Color convert

RGB 9 234 222 -
CMYK 0.96 0 0.05 0.08
HSL 176.8º 0.93% 0.48% -
HSV(B) 176.8º 0.96% 0.92% -
XYZ 42.72 64.18 79.24 -
YUV 165.36 159.96 16.48 -
System Red Green Blue C M Y K H S L
Decimal 9 234 222 0.96 0 0.05 0.08 176.8 0.93 0.48
Hex 9 EA DE 60 0 5 8 B1 5D 30
Octal 11 352 336 140 0 5 10 261 135 60
Binary 1001 11101010 11011110 1100000 0 101 1000 10110001 1011101 110000

Color Harmonies of #09EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EADE

Black with #09EADE

Text Example


Text Example

White with #09EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09EADE;
 }
 .AnyTagClassName
 {
   color: #09EADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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