Html Css Color HEX #09EEDA Bright Turquoise

📋 copy color: '#09EEDA'

red 9 ◦ green 238 ◦ blue 218

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

Shades of Bright Turquoise #09EEDA

Tints of Bright Turquoise #09EEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.18%

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 1.94%
G = 51.18%
B = 46.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#09EEDA (or 0x09EEDA) is known color: Bright Turquoise. HEX triplet: 09, EE and DA. RGB value is (9,238,218). Sum of RGB (Red+Green+Blue) = 9+238+218=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #09EEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EEDA is #F61125. Grayscale: #A7A7A7. Windows color (decimal): -16126246 or 14347785. OLE color: 14347785.

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

Color convert

RGB 9 238 218 -
CMYK 0.96 0 0.08 0.07
HSL 174.76º 0.93% 0.48% -
HSV(B) 174.76º 0.96% 0.93% -
XYZ 43.34 66.27 76.84 -
YUV 167.25 156.63 15.13 -
System Red Green Blue C M Y K H S L
Decimal 9 238 218 0.96 0 0.08 0.07 174.76 0.93 0.48
Hex 9 EE DA 60 0 8 7 AF 5D 30
Octal 11 356 332 140 0 10 7 257 135 60
Binary 1001 11101110 11011010 1100000 0 1000 111 10101111 1011101 110000

Color Harmonies of #09EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EEDA

Black with #09EEDA

Text Example


Text Example

White with #09EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,238,218); }

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

background-color css

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

 a { background-color: rgb(9,238,218); }

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

border-color css

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

 span { border-color: rgb(9,238,218); }

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