Html Css Color HEX #09EACB Bright Turquoise

📋 copy color: '#09EACB'

red 9 ◦ green 234 ◦ blue 203

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

Shades of Bright Turquoise #09EACB

Tints of Bright Turquoise #09EACB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.47%

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 2.02%
G = 52.47%
B = 45.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#09EACB (or 0x09EACB) is known color: Bright Turquoise. HEX triplet: 09, EA and CB. RGB value is (9,234,203). Sum of RGB (Red+Green+Blue) = 9+234+203=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #09EACB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EACB is #F61534. Grayscale: #A3A3A3. Windows color (decimal): -16127285 or 13363721. OLE color: 13363721.

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

Color convert

RGB 9 234 203 -
CMYK 0.96 0 0.13 0.08
HSL 171.73º 0.93% 0.48% -
HSV(B) 171.73º 0.96% 0.92% -
XYZ 40.31 63.22 66.58 -
YUV 163.19 150.46 18.02 -
System Red Green Blue C M Y K H S L
Decimal 9 234 203 0.96 0 0.13 0.08 171.73 0.93 0.48
Hex 9 EA CB 60 0 D 8 AC 5D 30
Octal 11 352 313 140 0 15 10 254 135 60
Binary 1001 11101010 11001011 1100000 0 1101 1000 10101100 1011101 110000

Color Harmonies of #09EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EACB

Black with #09EACB

Text Example


Text Example

White with #09EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,234,203); }

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

background-color css

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

 a { background-color: rgb(9,234,203); }

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

border-color css

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

 span { border-color: rgb(9,234,203); }

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