Html Css Color HEX #09EED8 Bright Turquoise

📋 copy color: '#09EED8'

red 9 ◦ green 238 ◦ blue 216

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

Shades of Bright Turquoise #09EED8

Tints of Bright Turquoise #09EED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 1.94%
G = 51.4%
B = 46.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#09EED8 (or 0x09EED8) is known color: Bright Turquoise. HEX triplet: 09, EE and D8. RGB value is (9,238,216). Sum of RGB (Red+Green+Blue) = 9+238+216=463 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #09EED8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EED8 is #F61127. Grayscale: #A6A6A6. Windows color (decimal): -16126248 or 14216713. OLE color: 14216713.

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

Color convert

RGB 9 238 216 -
CMYK 0.96 0 0.09 0.07
HSL 174.24º 0.93% 0.48% -
HSV(B) 174.24º 0.96% 0.93% -
XYZ 43.08 66.17 75.47 -
YUV 167.02 155.63 15.29 -
System Red Green Blue C M Y K H S L
Decimal 9 238 216 0.96 0 0.09 0.07 174.24 0.93 0.48
Hex 9 EE D8 60 0 9 7 AE 5D 30
Octal 11 356 330 140 0 11 7 256 135 60
Binary 1001 11101110 11011000 1100000 0 1001 111 10101110 1011101 110000

Color Harmonies of #09EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EED8

Black with #09EED8

Text Example


Text Example

White with #09EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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