Html Css Color HEX #09E6EA Bright Turquoise

📋 copy color: '#09E6EA'

red 9 ◦ green 230 ◦ blue 234

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

Shades of Bright Turquoise #09E6EA

Tints of Bright Turquoise #09E6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.63%

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

R = 1.9%
G = 48.63%
B = 49.47%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09E6EA (or 0x09E6EA) is known color: Bright Turquoise. HEX triplet: 09, E6 and EA. RGB value is (9,230,234). Sum of RGB (Red+Green+Blue) = 9+230+234=473 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 473); Green value is 230 (90.23% from 255 or 48.63% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #09E6EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09E6EA is #F61915. Grayscale: #A4A4A4. Windows color (decimal): -16128278 or 15394313. OLE color: 15394313.

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

Color convert

RGB 9 230 234 -
CMYK 0.96 0.02 0 0.08
HSL 181.07º 0.93% 0.48% -
HSV(B) 181.07º 0.96% 0.92% -
XYZ 43.26 62.59 87.64 -
YUV 164.38 167.28 17.17 -
System Red Green Blue C M Y K H S L
Decimal 9 230 234 0.96 0.02 0 0.08 181.07 0.93 0.48
Hex 9 E6 EA 60 2 0 8 B5 5D 30
Octal 11 346 352 140 2 0 10 265 135 60
Binary 1001 11100110 11101010 1100000 10 0 1000 10110101 1011101 110000

Color Harmonies of #09E6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E6EA

Black with #09E6EA

Text Example


Text Example

White with #09E6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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