Html Css Color HEX #09E5CE Bright Turquoise

📋 copy color: '#09E5CE'

red 9 ◦ green 229 ◦ blue 206

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

Shades of Bright Turquoise #09E5CE

Tints of Bright Turquoise #09E5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 2.03%
G = 51.58%
B = 46.4%

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

#09E5CE (or 0x09E5CE) is known color: Bright Turquoise. HEX triplet: 09, E5 and CE. RGB value is (9,229,206). Sum of RGB (Red+Green+Blue) = 9+229+206=444 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #09E5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E5CE is #F61A31. Grayscale: #A0A0A0. Windows color (decimal): -16128562 or 13559049. OLE color: 13559049.

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

Color convert

RGB 9 229 206 -
CMYK 0.96 0 0.10 0.10
HSL 173.73º 0.92% 0.47% -
HSV(B) 173.73º 0.96% 0.9% -
XYZ 39.27 60.55 68.01 -
YUV 160.6 153.61 19.87 -
System Red Green Blue C M Y K H S L
Decimal 9 229 206 0.96 0 0.10 0.10 173.73 0.92 0.47
Hex 9 E5 CE 60 0 A A AE 5C 2F
Octal 11 345 316 140 0 12 12 256 134 57
Binary 1001 11100101 11001110 1100000 0 1010 1010 10101110 1011100 101111

Color Harmonies of #09E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E5CE

Black with #09E5CE

Text Example


Text Example

White with #09E5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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