Html Css Color HEX #09EADD Bright Turquoise

📋 copy color: '#09EADD'

red 9 ◦ green 234 ◦ blue 221

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

Shades of Bright Turquoise #09EADD

Tints of Bright Turquoise #09EADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 1.94%
G = 50.43%
B = 47.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#09EADD (or 0x09EADD) is known color: Bright Turquoise. HEX triplet: 09, EA and DD. RGB value is (9,234,221). Sum of RGB (Red+Green+Blue) = 9+234+221=464 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #09EADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EADD is #F61522. Grayscale: #A5A5A5. Windows color (decimal): -16127267 or 14543369. OLE color: 14543369.

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

Color convert

RGB 9 234 221 -
CMYK 0.96 0 0.06 0.08
HSL 176.53º 0.93% 0.48% -
HSV(B) 176.53º 0.96% 0.92% -
XYZ 42.59 64.12 78.54 -
YUV 165.24 159.46 16.56 -
System Red Green Blue C M Y K H S L
Decimal 9 234 221 0.96 0 0.06 0.08 176.53 0.93 0.48
Hex 9 EA DD 60 0 6 8 B1 5D 30
Octal 11 352 335 140 0 6 10 261 135 60
Binary 1001 11101010 11011101 1100000 0 110 1000 10110001 1011101 110000

Color Harmonies of #09EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EADD

Black with #09EADD

Text Example


Text Example

White with #09EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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