Html Css Color HEX #09EBE5 Bright Turquoise

📋 copy color: '#09EBE5'

red 9 ◦ green 235 ◦ blue 229

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

Shades of Bright Turquoise #09EBE5

Tints of Bright Turquoise #09EBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 1.9%
G = 49.68%
B = 48.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#09EBE5 (or 0x09EBE5) is known color: Bright Turquoise. HEX triplet: 09, EB and E5. RGB value is (9,235,229). Sum of RGB (Red+Green+Blue) = 9+235+229=473 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBE5 is #F6141A. Grayscale: #A6A6A6. Windows color (decimal): -16127003 or 15067913. OLE color: 15067913.

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

Color convert

RGB 9 235 229 -
CMYK 0.96 0 0.03 0.08
HSL 178.41º 0.93% 0.48% -
HSV(B) 178.41º 0.96% 0.92% -
XYZ 43.96 65.13 84.38 -
YUV 166.74 163.13 15.49 -
System Red Green Blue C M Y K H S L
Decimal 9 235 229 0.96 0 0.03 0.08 178.41 0.93 0.48
Hex 9 EB E5 60 0 3 8 B2 5D 30
Octal 11 353 345 140 0 3 10 262 135 60
Binary 1001 11101011 11100101 1100000 0 11 1000 10110010 1011101 110000

Color Harmonies of #09EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EBE5

Black with #09EBE5

Text Example


Text Example

White with #09EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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