Html Css Color HEX #09EBBA Bright Turquoise

📋 copy color: '#09EBBA'

red 9 ◦ green 235 ◦ blue 186

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

Shades of Bright Turquoise #09EBBA

Tints of Bright Turquoise #09EBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 2.09%
G = 54.65%
B = 43.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#09EBBA (or 0x09EBBA) is known color: Bright Turquoise. HEX triplet: 09, EB and BA. RGB value is (9,235,186). Sum of RGB (Red+Green+Blue) = 9+235+186=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 235 (92.19% from 255 or 54.65% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBBA is #F61445. Grayscale: #A1A1A1. Windows color (decimal): -16127046 or 12249865. OLE color: 12249865.

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

Color convert

RGB 9 235 186 -
CMYK 0.96 0 0.21 0.08
HSL 166.99º 0.93% 0.48% -
HSV(B) 166.99º 0.96% 0.92% -
XYZ 38.68 63.02 56.58 -
YUV 161.84 141.63 18.98 -
System Red Green Blue C M Y K H S L
Decimal 9 235 186 0.96 0 0.21 0.08 166.99 0.93 0.48
Hex 9 EB BA 60 0 15 8 A7 5D 30
Octal 11 353 272 140 0 25 10 247 135 60
Binary 1001 11101011 10111010 1100000 0 10101 1000 10100111 1011101 110000

Color Harmonies of #09EBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EBBA

Black with #09EBBA

Text Example


Text Example

White with #09EBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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