Html Css Color HEX #09EDE3 Bright Turquoise

📋 copy color: '#09EDE3'

red 9 ◦ green 237 ◦ blue 227

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

Shades of Bright Turquoise #09EDE3

Tints of Bright Turquoise #09EDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.99%

R = 1.9%
G = 50.11%
B = 47.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#09EDE3 (or 0x09EDE3) is known color: Bright Turquoise. HEX triplet: 09, ED and E3. RGB value is (9,237,227). Sum of RGB (Red+Green+Blue) = 9+237+227=473 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 227 (89.06% from 255 or 47.99% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #09EDE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EDE3 is #F6121C. Grayscale: #A7A7A7. Windows color (decimal): -16126493 or 14937353. OLE color: 14937353.

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

Color convert

RGB 9 237 227 -
CMYK 0.96 0 0.04 0.07
HSL 177.37º 0.93% 0.48% -
HSV(B) 177.37º 0.96% 0.93% -
XYZ 44.26 66.17 83.11 -
YUV 167.69 161.46 14.81 -
System Red Green Blue C M Y K H S L
Decimal 9 237 227 0.96 0 0.04 0.07 177.37 0.93 0.48
Hex 9 ED E3 60 0 4 7 B1 5D 30
Octal 11 355 343 140 0 4 7 261 135 60
Binary 1001 11101101 11100011 1100000 0 100 111 10110001 1011101 110000

Color Harmonies of #09EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EDE3

Black with #09EDE3

Text Example


Text Example

White with #09EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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