Html Css Color HEX #09EDED Bright Turquoise

📋 copy color: '#09EDED'

red 9 ◦ green 237 ◦ blue 237

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

Shades of Bright Turquoise #09EDED

Tints of Bright Turquoise #09EDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.07%

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

R = 1.86%
G = 49.07%
B = 49.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09EDED (or 0x09EDED) is known color: Bright Turquoise. HEX triplet: 09, ED and ED. RGB value is (9,237,237). Sum of RGB (Red+Green+Blue) = 9+237+237=483 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #09EDED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EDED is #F61212. Grayscale: #A8A8A8. Windows color (decimal): -16126483 or 15592713. OLE color: 15592713.

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

Color convert

RGB 9 237 237 -
CMYK 0.96 0 0 0.07
HSL 180º 0.93% 0.48% -
HSV(B) 180º 0.96% 0.93% -
XYZ 45.68 66.74 90.6 -
YUV 168.83 166.46 14 -
System Red Green Blue C M Y K H S L
Decimal 9 237 237 0.96 0 0 0.07 180 0.93 0.48
Hex 9 ED ED 60 0 0 7 B4 5D 30
Octal 11 355 355 140 0 0 7 264 135 60
Binary 1001 11101101 11101101 1100000 0 0 111 10110100 1011101 110000

Color Harmonies of #09EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EDED

Black with #09EDED

Text Example


Text Example

White with #09EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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