Html Css Color HEX #09EAD1 Bright Turquoise

📋 copy color: '#09EAD1'

red 9 ◦ green 234 ◦ blue 209

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

Shades of Bright Turquoise #09EAD1

Tints of Bright Turquoise #09EAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.24%

R = 1.99%
G = 51.77%
B = 46.24%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#09EAD1 (or 0x09EAD1) is known color: Bright Turquoise. HEX triplet: 09, EA and D1. RGB value is (9,234,209). Sum of RGB (Red+Green+Blue) = 9+234+209=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #09EAD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EAD1 is #F6152E. Grayscale: #A3A3A3. Windows color (decimal): -16127279 or 13756937. OLE color: 13756937.

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

Color convert

RGB 9 234 209 -
CMYK 0.96 0 0.11 0.08
HSL 173.33º 0.93% 0.48% -
HSV(B) 173.33º 0.96% 0.92% -
XYZ 41.04 63.51 70.42 -
YUV 163.88 153.46 17.53 -
System Red Green Blue C M Y K H S L
Decimal 9 234 209 0.96 0 0.11 0.08 173.33 0.93 0.48
Hex 9 EA D1 60 0 B 8 AD 5D 30
Octal 11 352 321 140 0 13 10 255 135 60
Binary 1001 11101010 11010001 1100000 0 1011 1000 10101101 1011101 110000

Color Harmonies of #09EAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EAD1

Black with #09EAD1

Text Example


Text Example

White with #09EAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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