Html Css Color HEX #09EDE2 Bright Turquoise

📋 copy color: '#09EDE2'

red 9 ◦ green 237 ◦ blue 226

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

Shades of Bright Turquoise #09EDE2

Tints of Bright Turquoise #09EDE2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.21%

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

R = 1.91%
G = 50.21%
B = 47.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#09EDE2 (or 0x09EDE2) is known color: Bright Turquoise. HEX triplet: 09, ED and E2. RGB value is (9,237,226). Sum of RGB (Red+Green+Blue) = 9+237+226=472 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #09EDE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EDE2 is #F6121D. Grayscale: #A7A7A7. Windows color (decimal): -16126494 or 14871817. OLE color: 14871817.

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

Color convert

RGB 9 237 226 -
CMYK 0.96 0 0.05 0.07
HSL 177.11º 0.93% 0.48% -
HSV(B) 177.11º 0.96% 0.93% -
XYZ 44.12 66.12 82.39 -
YUV 167.57 160.96 14.89 -
System Red Green Blue C M Y K H S L
Decimal 9 237 226 0.96 0 0.05 0.07 177.11 0.93 0.48
Hex 9 ED E2 60 0 5 7 B1 5D 30
Octal 11 355 342 140 0 5 7 261 135 60
Binary 1001 11101101 11100010 1100000 0 101 111 10110001 1011101 110000

Color Harmonies of #09EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EDE2

Black with #09EDE2

Text Example


Text Example

White with #09EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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