Html Css Color HEX #09EBE0 Bright Turquoise

📋 copy color: '#09EBE0'

red 9 ◦ green 235 ◦ blue 224

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

Shades of Bright Turquoise #09EBE0

Tints of Bright Turquoise #09EBE0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.21%

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 1.92%
G = 50.21%
B = 47.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#09EBE0 (or 0x09EBE0) is known color: Bright Turquoise. HEX triplet: 09, EB and E0. RGB value is (9,235,224). Sum of RGB (Red+Green+Blue) = 9+235+224=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBE0 is #F6141F. Grayscale: #A5A5A5. Windows color (decimal): -16127008 or 14740233. OLE color: 14740233.

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

Color convert

RGB 9 235 224 -
CMYK 0.96 0 0.05 0.08
HSL 177.08º 0.93% 0.48% -
HSV(B) 177.08º 0.96% 0.92% -
XYZ 43.28 64.86 80.76 -
YUV 166.17 160.63 15.89 -
System Red Green Blue C M Y K H S L
Decimal 9 235 224 0.96 0 0.05 0.08 177.08 0.93 0.48
Hex 9 EB E0 60 0 5 8 B1 5D 30
Octal 11 353 340 140 0 5 10 261 135 60
Binary 1001 11101011 11100000 1100000 0 101 1000 10110001 1011101 110000

Color Harmonies of #09EBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EBE0

Black with #09EBE0

Text Example


Text Example

White with #09EBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,235,224); }

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

background-color css

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

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

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

border-color css

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

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

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