Html Css Color HEX #09EED7 Bright Turquoise

📋 copy color: '#09EED7'

red 9 ◦ green 238 ◦ blue 215

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

Shades of Bright Turquoise #09EED7

Tints of Bright Turquoise #09EED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 1.95%
G = 51.52%
B = 46.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#09EED7 (or 0x09EED7) is known color: Bright Turquoise. HEX triplet: 09, EE and D7. RGB value is (9,238,215). Sum of RGB (Red+Green+Blue) = 9+238+215=462 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #09EED7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EED7 is #F61128. Grayscale: #A6A6A6. Windows color (decimal): -16126249 or 14151177. OLE color: 14151177.

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

Color convert

RGB 9 238 215 -
CMYK 0.96 0 0.10 0.07
HSL 173.97º 0.93% 0.48% -
HSV(B) 173.97º 0.96% 0.93% -
XYZ 42.95 66.11 74.79 -
YUV 166.91 155.13 15.37 -
System Red Green Blue C M Y K H S L
Decimal 9 238 215 0.96 0 0.10 0.07 173.97 0.93 0.48
Hex 9 EE D7 60 0 A 7 AE 5D 30
Octal 11 356 327 140 0 12 7 256 135 60
Binary 1001 11101110 11010111 1100000 0 1010 111 10101110 1011101 110000

Color Harmonies of #09EED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EED7

Black with #09EED7

Text Example


Text Example

White with #09EED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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