Html Css Color HEX #09ECBF Bright Turquoise

📋 copy color: '#09ECBF'

red 9 ◦ green 236 ◦ blue 191

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

Shades of Bright Turquoise #09ECBF

Tints of Bright Turquoise #09ECBF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 54.13%

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

R = 2.06%
G = 54.13%
B = 43.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#09ECBF (or 0x09ECBF) is known color: Bright Turquoise. HEX triplet: 09, EC and BF. RGB value is (9,236,191). Sum of RGB (Red+Green+Blue) = 9+236+191=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #09ECBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09ECBF is #F61340. Grayscale: #A2A2A2. Windows color (decimal): -16126785 or 12577801. OLE color: 12577801.

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

Color convert

RGB 9 236 191 -
CMYK 0.96 0 0.19 0.07
HSL 168.11º 0.93% 0.48% -
HSV(B) 168.11º 0.96% 0.93% -
XYZ 39.51 63.81 59.52 -
YUV 163 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 9 236 191 0.96 0 0.19 0.07 168.11 0.93 0.48
Hex 9 EC BF 60 0 13 7 A8 5D 30
Octal 11 354 277 140 0 23 7 250 135 60
Binary 1001 11101100 10111111 1100000 0 10011 111 10101000 1011101 110000

Color Harmonies of #09ECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ECBF

Black with #09ECBF

Text Example


Text Example

White with #09ECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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