Html Css Color HEX #09EBC5 Bright Turquoise

📋 copy color: '#09EBC5'

red 9 ◦ green 235 ◦ blue 197

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

Shades of Bright Turquoise #09EBC5

Tints of Bright Turquoise #09EBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.29%

 BLUE value IS 197 (77.34% from 255) = 44.67%

R = 2.04%
G = 53.29%
B = 44.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#09EBC5 (or 0x09EBC5) is known color: Bright Turquoise. HEX triplet: 09, EB and C5. RGB value is (9,235,197). Sum of RGB (Red+Green+Blue) = 9+235+197=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 235 (92.19% from 255 or 53.29% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBC5 is #F6143A. Grayscale: #A3A3A3. Windows color (decimal): -16127035 or 12970761. OLE color: 12970761.

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

Color convert

RGB 9 235 197 -
CMYK 0.96 0 0.16 0.08
HSL 169.91º 0.93% 0.48% -
HSV(B) 169.91º 0.96% 0.92% -
XYZ 39.9 63.51 62.98 -
YUV 163.09 147.13 18.09 -
System Red Green Blue C M Y K H S L
Decimal 9 235 197 0.96 0 0.16 0.08 169.91 0.93 0.48
Hex 9 EB C5 60 0 10 8 AA 5D 30
Octal 11 353 305 140 0 20 10 252 135 60
Binary 1001 11101011 11000101 1100000 0 10000 1000 10101010 1011101 110000

Color Harmonies of #09EBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EBC5

Black with #09EBC5

Text Example


Text Example

White with #09EBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,235,197); }

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

background-color css

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

 a { background-color: rgb(9,235,197); }

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

border-color css

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

 span { border-color: rgb(9,235,197); }

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