Html Css Color HEX #09EACE Bright Turquoise

📋 copy color: '#09EACE'

red 9 ◦ green 234 ◦ blue 206

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

Shades of Bright Turquoise #09EACE

Tints of Bright Turquoise #09EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 2%
G = 52.12%
B = 45.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#09EACE (or 0x09EACE) is known color: Bright Turquoise. HEX triplet: 09, EA and CE. RGB value is (9,234,206). Sum of RGB (Red+Green+Blue) = 9+234+206=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #09EACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EACE is #F61531. Grayscale: #A3A3A3. Windows color (decimal): -16127282 or 13560329. OLE color: 13560329.

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

Color convert

RGB 9 234 206 -
CMYK 0.96 0 0.12 0.08
HSL 172.53º 0.93% 0.48% -
HSV(B) 172.53º 0.96% 0.92% -
XYZ 40.68 63.36 68.48 -
YUV 163.53 151.96 17.78 -
System Red Green Blue C M Y K H S L
Decimal 9 234 206 0.96 0 0.12 0.08 172.53 0.93 0.48
Hex 9 EA CE 60 0 C 8 AD 5D 30
Octal 11 352 316 140 0 14 10 255 135 60
Binary 1001 11101010 11001110 1100000 0 1100 1000 10101101 1011101 110000

Color Harmonies of #09EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EACE

Black with #09EACE

Text Example


Text Example

White with #09EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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