Html Css Color HEX #09EBD9 Bright Turquoise

📋 copy color: '#09EBD9'

red 9 ◦ green 235 ◦ blue 217

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

Shades of Bright Turquoise #09EBD9

Tints of Bright Turquoise #09EBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.07%

R = 1.95%
G = 50.98%
B = 47.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#09EBD9 (or 0x09EBD9) is known color: Bright Turquoise. HEX triplet: 09, EB and D9. RGB value is (9,235,217). Sum of RGB (Red+Green+Blue) = 9+235+217=461 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #09EBD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EBD9 is #F61426. Grayscale: #A5A5A5. Windows color (decimal): -16127015 or 14281481. OLE color: 14281481.

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

Color convert

RGB 9 235 217 -
CMYK 0.96 0 0.08 0.08
HSL 175.22º 0.93% 0.48% -
HSV(B) 175.22º 0.96% 0.92% -
XYZ 42.35 64.48 75.86 -
YUV 165.37 157.13 16.46 -
System Red Green Blue C M Y K H S L
Decimal 9 235 217 0.96 0 0.08 0.08 175.22 0.93 0.48
Hex 9 EB D9 60 0 8 8 AF 5D 30
Octal 11 353 331 140 0 10 10 257 135 60
Binary 1001 11101011 11011001 1100000 0 1000 1000 10101111 1011101 110000

Color Harmonies of #09EBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EBD9

Black with #09EBD9

Text Example


Text Example

White with #09EBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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