Html Css Color HEX #09E9BC Bright Turquoise

📋 copy color: '#09E9BC'

red 9 ◦ green 233 ◦ blue 188

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

Shades of Bright Turquoise #09E9BC

Tints of Bright Turquoise #09E9BC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.19%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 2.09%
G = 54.19%
B = 43.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#09E9BC (or 0x09E9BC) is known color: Bright Turquoise. HEX triplet: 09, E9 and BC. RGB value is (9,233,188). Sum of RGB (Red+Green+Blue) = 9+233+188=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #09E9BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09E9BC is #F61643. Grayscale: #A0A0A0. Windows color (decimal): -16127556 or 12380425. OLE color: 12380425.

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

Color convert

RGB 9 233 188 -
CMYK 0.96 0 0.19 0.09
HSL 167.95º 0.93% 0.47% -
HSV(B) 167.95º 0.96% 0.91% -
XYZ 38.33 61.97 57.52 -
YUV 160.89 143.29 19.66 -
System Red Green Blue C M Y K H S L
Decimal 9 233 188 0.96 0 0.19 0.09 167.95 0.93 0.47
Hex 9 E9 BC 60 0 13 9 A8 5D 2F
Octal 11 351 274 140 0 23 11 250 135 57
Binary 1001 11101001 10111100 1100000 0 10011 1001 10101000 1011101 101111

Color Harmonies of #09E9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E9BC

Black with #09E9BC

Text Example


Text Example

White with #09E9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,233,188); }

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

background-color css

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

 a { background-color: rgb(9,233,188); }

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

border-color css

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

 span { border-color: rgb(9,233,188); }

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