Html Css Color HEX #09E2ED Bright Turquoise

📋 copy color: '#09E2ED'

red 9 ◦ green 226 ◦ blue 237

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

Shades of Bright Turquoise #09E2ED

Tints of Bright Turquoise #09E2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.88%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 1.91%
G = 47.88%
B = 50.21%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09E2ED (or 0x09E2ED) is known color: Bright Turquoise. HEX triplet: 09, E2 and ED. RGB value is (9,226,237). Sum of RGB (Red+Green+Blue) = 9+226+237=472 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #09E2ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E2ED is #F61D12. Grayscale: #A2A2A2. Windows color (decimal): -16129299 or 15589897. OLE color: 15589897.

HSL color Cylindrical-coordinate representation of color #09E2ED: hue angle of 182.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E2ED is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 226 237 -
CMYK 0.96 0.05 0 0.07
HSL 182.89º 0.93% 0.48% -
HSV(B) 182.89º 0.96% 0.93% -
XYZ 42.6 60.57 89.57 -
YUV 162.37 170.11 18.61 -
System Red Green Blue C M Y K H S L
Decimal 9 226 237 0.96 0.05 0 0.07 182.89 0.93 0.48
Hex 9 E2 ED 60 5 0 7 B7 5D 30
Octal 11 342 355 140 5 0 7 267 135 60
Binary 1001 11100010 11101101 1100000 101 0 111 10110111 1011101 110000

Color Harmonies of #09E2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E2ED

Black with #09E2ED

Text Example


Text Example

White with #09E2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,226,237); }

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

background-color css

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

 a { background-color: rgb(9,226,237); }

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

border-color css

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

 span { border-color: rgb(9,226,237); }

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