Html Css Color HEX #09EEBB Bright Turquoise

📋 copy color: '#09EEBB'

red 9 ◦ green 238 ◦ blue 187

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

Shades of Bright Turquoise #09EEBB

Tints of Bright Turquoise #09EEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 2.07%
G = 54.84%
B = 43.09%

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

#09EEBB (or 0x09EEBB) is known color: Bright Turquoise. HEX triplet: 09, EE and BB. RGB value is (9,238,187). Sum of RGB (Red+Green+Blue) = 9+238+187=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #09EEBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EEBB is #F61144. Grayscale: #A3A3A3. Windows color (decimal): -16126277 or 12316169. OLE color: 12316169.

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

Color convert

RGB 9 238 187 -
CMYK 0.96 0 0.21 0.07
HSL 166.64º 0.93% 0.48% -
HSV(B) 166.64º 0.96% 0.93% -
XYZ 39.66 64.8 57.43 -
YUV 163.72 141.13 17.65 -
System Red Green Blue C M Y K H S L
Decimal 9 238 187 0.96 0 0.21 0.07 166.64 0.93 0.48
Hex 9 EE BB 60 0 15 7 A7 5D 30
Octal 11 356 273 140 0 25 7 247 135 60
Binary 1001 11101110 10111011 1100000 0 10101 111 10100111 1011101 110000

Color Harmonies of #09EEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EEBB

Black with #09EEBB

Text Example


Text Example

White with #09EEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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