Html Css Color HEX #09E5D9 Bright Turquoise

📋 copy color: '#09E5D9'

red 9 ◦ green 229 ◦ blue 217

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

Shades of Bright Turquoise #09E5D9

Tints of Bright Turquoise #09E5D9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.33%

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

R = 1.98%
G = 50.33%
B = 47.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#09E5D9 (or 0x09E5D9) is known color: Bright Turquoise. HEX triplet: 09, E5 and D9. RGB value is (9,229,217). Sum of RGB (Red+Green+Blue) = 9+229+217=455 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.98% from 455); Green value is 229 (89.84% from 255 or 50.33% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 229 - color contains mainly: green. Hex color #09E5D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E5D9 is #F61A26. Grayscale: #A1A1A1. Windows color (decimal): -16128551 or 14279945. OLE color: 14279945.

HSL color Cylindrical-coordinate representation of color #09E5D9: hue angle of 176.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E5D9 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 229 217 -
CMYK 0.96 0 0.05 0.10
HSL 176.73º 0.92% 0.47% -
HSV(B) 176.73º 0.96% 0.9% -
XYZ 40.66 61.11 75.3 -
YUV 161.85 159.11 18.98 -
System Red Green Blue C M Y K H S L
Decimal 9 229 217 0.96 0 0.05 0.10 176.73 0.92 0.47
Hex 9 E5 D9 60 0 5 A B1 5C 2F
Octal 11 345 331 140 0 5 12 261 134 57
Binary 1001 11100101 11011001 1100000 0 101 1010 10110001 1011100 101111

Color Harmonies of #09E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E5D9

Black with #09E5D9

Text Example


Text Example

White with #09E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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