Html Css Color HEX #09E8E2 Bright Turquoise

📋 copy color: '#09E8E2'

red 9 ◦ green 232 ◦ blue 226

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

Shades of Bright Turquoise #09E8E2

Tints of Bright Turquoise #09E8E2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.68%

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

R = 1.93%
G = 49.68%
B = 48.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#09E8E2 (or 0x09E8E2) is known color: Bright Turquoise. HEX triplet: 09, E8 and E2. RGB value is (9,232,226). Sum of RGB (Red+Green+Blue) = 9+232+226=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #09E8E2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E8E2 is #F6171D. Grayscale: #A4A4A4. Windows color (decimal): -16127774 or 14870537. OLE color: 14870537.

HSL color Cylindrical-coordinate representation of color #09E8E2: hue angle of 178.39º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E8E2 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 232 226 -
CMYK 0.96 0 0.03 0.09
HSL 178.39º 0.93% 0.47% -
HSV(B) 178.39º 0.96% 0.91% -
XYZ 42.7 63.26 81.91 -
YUV 164.64 162.62 16.99 -
System Red Green Blue C M Y K H S L
Decimal 9 232 226 0.96 0 0.03 0.09 178.39 0.93 0.47
Hex 9 E8 E2 60 0 3 9 B2 5D 2F
Octal 11 350 342 140 0 3 11 262 135 57
Binary 1001 11101000 11100010 1100000 0 11 1001 10110010 1011101 101111

Color Harmonies of #09E8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E8E2

Black with #09E8E2

Text Example


Text Example

White with #09E8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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