Html Css Color HEX #09E7E6 Bright Turquoise

📋 copy color: '#09E7E6'

red 9 ◦ green 231 ◦ blue 230

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

Shades of Bright Turquoise #09E7E6

Tints of Bright Turquoise #09E7E6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.15%

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 1.91%
G = 49.15%
B = 48.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#09E7E6 (or 0x09E7E6) is known color: Bright Turquoise. HEX triplet: 09, E7 and E6. RGB value is (9,231,230). Sum of RGB (Red+Green+Blue) = 9+231+230=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 231 (90.62% from 255 or 49.15% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 231 - color contains mainly: green. Hex color #09E7E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09E7E6 is #F61819. Grayscale: #A4A4A4. Windows color (decimal): -16128026 or 15132425. OLE color: 15132425.

HSL color Cylindrical-coordinate representation of color #09E7E6: hue angle of 179.73º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E7E6 is Cyan = 0.96, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 231 230 -
CMYK 0.96 0 0.00 0.09
HSL 179.73º 0.93% 0.47% -
HSV(B) 179.73º 0.96% 0.91% -
XYZ 42.97 62.92 84.74 -
YUV 164.51 164.95 17.08 -
System Red Green Blue C M Y K H S L
Decimal 9 231 230 0.96 0 0.00 0.09 179.73 0.93 0.47
Hex 9 E7 E6 60 0 0 9 B4 5C 2F
Octal 11 347 346 140 0 0 11 264 134 57
Binary 1001 11100111 11100110 1100000 0 0 1001 10110100 1011100 101111

Color Harmonies of #09E7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E7E6

Black with #09E7E6

Text Example


Text Example

White with #09E7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,231,230); }

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

background-color css

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

 a { background-color: rgb(9,231,230); }

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

border-color css

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

 span { border-color: rgb(9,231,230); }

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