Html Css Color HEX #09EBE3 Bright Turquoise

📋 copy color: '#09EBE3'

red 9 ◦ green 235 ◦ blue 227

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

Shades of Bright Turquoise #09EBE3

Tints of Bright Turquoise #09EBE3

RGB

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

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

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

R = 1.91%
G = 49.89%
B = 48.2%

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

#09EBE3 (or 0x09EBE3) is known color: Bright Turquoise. HEX triplet: 09, EB and E3. RGB value is (9,235,227). Sum of RGB (Red+Green+Blue) = 9+235+227=471 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.91% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBE3 is #F6141C. Grayscale: #A6A6A6. Windows color (decimal): -16127005 or 14936841. OLE color: 14936841.

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

Color convert

RGB 9 235 227 -
CMYK 0.96 0 0.03 0.08
HSL 177.88º 0.93% 0.48% -
HSV(B) 177.88º 0.96% 0.92% -
XYZ 43.69 65.02 82.92 -
YUV 166.51 162.13 15.65 -
System Red Green Blue C M Y K H S L
Decimal 9 235 227 0.96 0 0.03 0.08 177.88 0.93 0.48
Hex 9 EB E3 60 0 3 8 B2 5D 30
Octal 11 353 343 140 0 3 10 262 135 60
Binary 1001 11101011 11100011 1100000 0 11 1000 10110010 1011101 110000

Color Harmonies of #09EBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EBE3

Black with #09EBE3

Text Example


Text Example

White with #09EBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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