Html Css Color HEX #09EBBE Bright Turquoise

📋 copy color: '#09EBBE'

red 9 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #09EBBE

Tints of Bright Turquoise #09EBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 2.07%
G = 54.15%
B = 43.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#09EBBE (or 0x09EBBE) is known color: Bright Turquoise. HEX triplet: 09, EB and BE. RGB value is (9,235,190). Sum of RGB (Red+Green+Blue) = 9+235+190=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBBE is #F61441. Grayscale: #A2A2A2. Windows color (decimal): -16127042 or 12512009. OLE color: 12512009.

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

Color convert

RGB 9 235 190 -
CMYK 0.96 0 0.19 0.08
HSL 168.05º 0.93% 0.48% -
HSV(B) 168.05º 0.96% 0.92% -
XYZ 39.12 63.19 58.85 -
YUV 162.3 143.63 18.66 -
System Red Green Blue C M Y K H S L
Decimal 9 235 190 0.96 0 0.19 0.08 168.05 0.93 0.48
Hex 9 EB BE 60 0 13 8 A8 5D 30
Octal 11 353 276 140 0 23 10 250 135 60
Binary 1001 11101011 10111110 1100000 0 10011 1000 10101000 1011101 110000

Color Harmonies of #09EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EBBE

Black with #09EBBE

Text Example


Text Example

White with #09EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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