Html Css Color HEX #09E5CD Bright Turquoise

📋 copy color: '#09E5CD'

red 9 ◦ green 229 ◦ blue 205

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

Shades of Bright Turquoise #09E5CD

Tints of Bright Turquoise #09E5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 2.03%
G = 51.69%
B = 46.28%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#09E5CD (or 0x09E5CD) is known color: Bright Turquoise. HEX triplet: 09, E5 and CD. RGB value is (9,229,205). Sum of RGB (Red+Green+Blue) = 9+229+205=443 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #09E5CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E5CD is #F61A32. Grayscale: #A0A0A0. Windows color (decimal): -16128563 or 13493513. OLE color: 13493513.

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

Color convert

RGB 9 229 205 -
CMYK 0.96 0 0.10 0.10
HSL 173.45º 0.92% 0.47% -
HSV(B) 173.45º 0.96% 0.9% -
XYZ 39.15 60.5 67.37 -
YUV 160.48 153.11 19.95 -
System Red Green Blue C M Y K H S L
Decimal 9 229 205 0.96 0 0.10 0.10 173.45 0.92 0.47
Hex 9 E5 CD 60 0 A A AD 5C 2F
Octal 11 345 315 140 0 12 12 255 134 57
Binary 1001 11100101 11001101 1100000 0 1010 1010 10101101 1011100 101111

Color Harmonies of #09E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E5CD

Black with #09E5CD

Text Example


Text Example

White with #09E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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