Html Css Color HEX #09EAE0 Bright Turquoise

📋 copy color: '#09EAE0'

red 9 ◦ green 234 ◦ blue 224

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

Shades of Bright Turquoise #09EAE0

Tints of Bright Turquoise #09EAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 1.93%
G = 50.11%
B = 47.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#09EAE0 (or 0x09EAE0) is known color: Bright Turquoise. HEX triplet: 09, EA and E0. RGB value is (9,234,224). Sum of RGB (Red+Green+Blue) = 9+234+224=467 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #09EAE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EAE0 is #F6151F. Grayscale: #A5A5A5. Windows color (decimal): -16127264 or 14739977. OLE color: 14739977.

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

Color convert

RGB 9 234 224 -
CMYK 0.96 0 0.04 0.08
HSL 177.33º 0.93% 0.48% -
HSV(B) 177.33º 0.96% 0.92% -
XYZ 42.99 64.29 80.66 -
YUV 165.59 160.96 16.31 -
System Red Green Blue C M Y K H S L
Decimal 9 234 224 0.96 0 0.04 0.08 177.33 0.93 0.48
Hex 9 EA E0 60 0 4 8 B1 5D 30
Octal 11 352 340 140 0 4 10 261 135 60
Binary 1001 11101010 11100000 1100000 0 100 1000 10110001 1011101 110000

Color Harmonies of #09EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EAE0

Black with #09EAE0

Text Example


Text Example

White with #09EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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