Html Css Color HEX #09ECC1 Bright Turquoise

📋 copy color: '#09ECC1'

red 9 ◦ green 236 ◦ blue 193

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

Shades of Bright Turquoise #09ECC1

Tints of Bright Turquoise #09ECC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 2.05%
G = 53.88%
B = 44.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#09ECC1 (or 0x09ECC1) is known color: Bright Turquoise. HEX triplet: 09, EC and C1. RGB value is (9,236,193). Sum of RGB (Red+Green+Blue) = 9+236+193=438 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #09ECC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09ECC1 is #F6133E. Grayscale: #A3A3A3. Windows color (decimal): -16126783 or 12708873. OLE color: 12708873.

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

Color convert

RGB 9 236 193 -
CMYK 0.96 0 0.18 0.07
HSL 168.63º 0.93% 0.48% -
HSV(B) 168.63º 0.96% 0.93% -
XYZ 39.73 63.9 60.69 -
YUV 163.23 144.79 18 -
System Red Green Blue C M Y K H S L
Decimal 9 236 193 0.96 0 0.18 0.07 168.63 0.93 0.48
Hex 9 EC C1 60 0 12 7 A9 5D 30
Octal 11 354 301 140 0 22 7 251 135 60
Binary 1001 11101100 11000001 1100000 0 10010 111 10101001 1011101 110000

Color Harmonies of #09ECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ECC1

Black with #09ECC1

Text Example


Text Example

White with #09ECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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