Html Css Color HEX #09EAE2 Bright Turquoise

📋 copy color: '#09EAE2'

red 9 ◦ green 234 ◦ blue 226

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

Shades of Bright Turquoise #09EAE2

Tints of Bright Turquoise #09EAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.19%

R = 1.92%
G = 49.89%
B = 48.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#09EAE2 (or 0x09EAE2) is known color: Bright Turquoise. HEX triplet: 09, EA and E2. RGB value is (9,234,226). Sum of RGB (Red+Green+Blue) = 9+234+226=469 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #09EAE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EAE2 is #F6151D. Grayscale: #A5A5A5. Windows color (decimal): -16127262 or 14871049. OLE color: 14871049.

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

Color convert

RGB 9 234 226 -
CMYK 0.96 0 0.03 0.08
HSL 177.87º 0.93% 0.48% -
HSV(B) 177.87º 0.96% 0.92% -
XYZ 43.26 64.39 82.1 -
YUV 165.81 161.96 16.15 -
System Red Green Blue C M Y K H S L
Decimal 9 234 226 0.96 0 0.03 0.08 177.87 0.93 0.48
Hex 9 EA E2 60 0 3 8 B2 5D 30
Octal 11 352 342 140 0 3 10 262 135 60
Binary 1001 11101010 11100010 1100000 0 11 1000 10110010 1011101 110000

Color Harmonies of #09EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EAE2

Black with #09EAE2

Text Example


Text Example

White with #09EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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