Html Css Color HEX #09EEBC Bright Turquoise

📋 copy color: '#09EEBC'

red 9 ◦ green 238 ◦ blue 188

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

Shades of Bright Turquoise #09EEBC

Tints of Bright Turquoise #09EEBC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.71%

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

R = 2.07%
G = 54.71%
B = 43.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#09EEBC (or 0x09EEBC) is known color: Bright Turquoise. HEX triplet: 09, EE and BC. RGB value is (9,238,188). Sum of RGB (Red+Green+Blue) = 9+238+188=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 238 (93.36% from 255 or 54.71% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 238 - color contains mainly: green. Hex color #09EEBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EEBC is #F61143. Grayscale: #A3A3A3. Windows color (decimal): -16126276 or 12381705. OLE color: 12381705.

HSL color Cylindrical-coordinate representation of color #09EEBC: hue angle of 166.9º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EEBC is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 238 188 -
CMYK 0.96 0 0.21 0.07
HSL 166.9º 0.93% 0.48% -
HSV(B) 166.9º 0.96% 0.93% -
XYZ 39.76 64.84 58 -
YUV 163.83 141.63 17.57 -
System Red Green Blue C M Y K H S L
Decimal 9 238 188 0.96 0 0.21 0.07 166.9 0.93 0.48
Hex 9 EE BC 60 0 15 7 A7 5D 30
Octal 11 356 274 140 0 25 7 247 135 60
Binary 1001 11101110 10111100 1100000 0 10101 111 10100111 1011101 110000

Color Harmonies of #09EEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EEBC

Black with #09EEBC

Text Example


Text Example

White with #09EEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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