Html Css Color HEX #09EAE3 Bright Turquoise

📋 copy color: '#09EAE3'

red 9 ◦ green 234 ◦ blue 227

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

Shades of Bright Turquoise #09EAE3

Tints of Bright Turquoise #09EAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.3%

R = 1.91%
G = 49.79%
B = 48.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#09EAE3 (or 0x09EAE3) is known color: Bright Turquoise. HEX triplet: 09, EA and E3. RGB value is (9,234,227). Sum of RGB (Red+Green+Blue) = 9+234+227=470 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #09EAE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EAE3 is #F6151C. Grayscale: #A5A5A5. Windows color (decimal): -16127261 or 14936585. OLE color: 14936585.

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

Color convert

RGB 9 234 227 -
CMYK 0.96 0 0.03 0.08
HSL 178.13º 0.93% 0.48% -
HSV(B) 178.13º 0.96% 0.92% -
XYZ 43.4 64.45 82.83 -
YUV 165.93 162.46 16.07 -
System Red Green Blue C M Y K H S L
Decimal 9 234 227 0.96 0 0.03 0.08 178.13 0.93 0.48
Hex 9 EA E3 60 0 3 8 B2 5D 30
Octal 11 352 343 140 0 3 10 262 135 60
Binary 1001 11101010 11100011 1100000 0 11 1000 10110010 1011101 110000

Color Harmonies of #09EAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EAE3

Black with #09EAE3

Text Example


Text Example

White with #09EAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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