Html Css Color HEX #09EAEF Bright Turquoise

📋 copy color: '#09EAEF'

red 9 ◦ green 234 ◦ blue 239

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

Shades of Bright Turquoise #09EAEF

Tints of Bright Turquoise #09EAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 1.87%
G = 48.55%
B = 49.59%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#09EAEF (or 0x09EAEF) is known color: Bright Turquoise. HEX triplet: 09, EA and EF. RGB value is (9,234,239). Sum of RGB (Red+Green+Blue) = 9+234+239=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #09EAEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EAEF is #F61510. Grayscale: #A7A7A7. Windows color (decimal): -16127249 or 15723017. OLE color: 15723017.

HSL color Cylindrical-coordinate representation of color #09EAEF: hue angle of 181.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EAEF is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 234 239 -
CMYK 0.96 0.02 0 0.06
HSL 181.3º 0.93% 0.49% -
HSV(B) 181.3º 0.96% 0.94% -
XYZ 45.12 65.14 91.86 -
YUV 167.3 168.46 15.09 -
System Red Green Blue C M Y K H S L
Decimal 9 234 239 0.96 0.02 0 0.06 181.3 0.93 0.49
Hex 9 EA EF 60 2 0 6 B5 5D 31
Octal 11 352 357 140 2 0 6 265 135 61
Binary 1001 11101010 11101111 1100000 10 0 110 10110101 1011101 110001

Color Harmonies of #09EAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EAEF

Black with #09EAEF

Text Example


Text Example

White with #09EAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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