Html Css Color HEX #09EBE6 Bright Turquoise

📋 copy color: '#09EBE6'

red 9 ◦ green 235 ◦ blue 230

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

Shades of Bright Turquoise #09EBE6

Tints of Bright Turquoise #09EBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.52%

R = 1.9%
G = 49.58%
B = 48.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#09EBE6 (or 0x09EBE6) is known color: Bright Turquoise. HEX triplet: 09, EB and E6. RGB value is (9,235,230). Sum of RGB (Red+Green+Blue) = 9+235+230=474 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 474); Green value is 235 (92.19% from 255 or 49.58% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EBE6 is #F61419. Grayscale: #A6A6A6. Windows color (decimal): -16127002 or 15133449. OLE color: 15133449.

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

Color convert

RGB 9 235 230 -
CMYK 0.96 0 0.02 0.08
HSL 178.67º 0.93% 0.48% -
HSV(B) 178.67º 0.96% 0.92% -
XYZ 44.1 65.19 85.12 -
YUV 166.86 163.63 15.41 -
System Red Green Blue C M Y K H S L
Decimal 9 235 230 0.96 0 0.02 0.08 178.67 0.93 0.48
Hex 9 EB E6 60 0 2 8 B3 5D 30
Octal 11 353 346 140 0 2 10 263 135 60
Binary 1001 11101011 11100110 1100000 0 10 1000 10110011 1011101 110000

Color Harmonies of #09EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EBE6

Black with #09EBE6

Text Example


Text Example

White with #09EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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