Html Css Color HEX #09E7EA Bright Turquoise

📋 copy color: '#09E7EA'

red 9 ◦ green 231 ◦ blue 234

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

Shades of Bright Turquoise #09E7EA

Tints of Bright Turquoise #09E7EA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.73%

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 1.9%
G = 48.73%
B = 49.37%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09E7EA (or 0x09E7EA) is known color: Bright Turquoise. HEX triplet: 09, E7 and EA. RGB value is (9,231,234). Sum of RGB (Red+Green+Blue) = 9+231+234=474 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #09E7EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09E7EA is #F61815. Grayscale: #A4A4A4. Windows color (decimal): -16128022 or 15394569. OLE color: 15394569.

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

Color convert

RGB 9 231 234 -
CMYK 0.96 0.01 0 0.08
HSL 180.8º 0.93% 0.48% -
HSV(B) 180.8º 0.96% 0.92% -
XYZ 43.54 63.15 87.74 -
YUV 164.96 166.95 16.76 -
System Red Green Blue C M Y K H S L
Decimal 9 231 234 0.96 0.01 0 0.08 180.8 0.93 0.48
Hex 9 E7 EA 60 1 0 8 B5 5D 30
Octal 11 347 352 140 1 0 10 265 135 60
Binary 1001 11100111 11101010 1100000 1 0 1000 10110101 1011101 110000

Color Harmonies of #09E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E7EA

Black with #09E7EA

Text Example


Text Example

White with #09E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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