Html Css Color HEX #09EEBF Bright Turquoise

📋 copy color: '#09EEBF'

red 9 ◦ green 238 ◦ blue 191

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

Shades of Bright Turquoise #09EEBF

Tints of Bright Turquoise #09EEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.61%

R = 2.05%
G = 54.34%
B = 43.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#09EEBF (or 0x09EEBF) is known color: Bright Turquoise. HEX triplet: 09, EE and BF. RGB value is (9,238,191). Sum of RGB (Red+Green+Blue) = 9+238+191=438 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 438); Green value is 238 (93.36% from 255 or 54.34% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 238 - color contains mainly: green. Hex color #09EEBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EEBF is #F61140. Grayscale: #A4A4A4. Windows color (decimal): -16126273 or 12578313. OLE color: 12578313.

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

Color convert

RGB 9 238 191 -
CMYK 0.96 0 0.20 0.07
HSL 167.69º 0.93% 0.48% -
HSV(B) 167.69º 0.96% 0.93% -
XYZ 40.09 64.97 59.72 -
YUV 164.17 143.13 17.32 -
System Red Green Blue C M Y K H S L
Decimal 9 238 191 0.96 0 0.20 0.07 167.69 0.93 0.48
Hex 9 EE BF 60 0 14 7 A8 5D 30
Octal 11 356 277 140 0 24 7 250 135 60
Binary 1001 11101110 10111111 1100000 0 10100 111 10101000 1011101 110000

Color Harmonies of #09EEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EEBF

Black with #09EEBF

Text Example


Text Example

White with #09EEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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