Html Css Color HEX #09E5CB Bright Turquoise

📋 copy color: '#09E5CB'

red 9 ◦ green 229 ◦ blue 203

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

Shades of Bright Turquoise #09E5CB

Tints of Bright Turquoise #09E5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 2.04%
G = 51.93%
B = 46.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#09E5CB (or 0x09E5CB) is known color: Bright Turquoise. HEX triplet: 09, E5 and CB. RGB value is (9,229,203). Sum of RGB (Red+Green+Blue) = 9+229+203=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #09E5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E5CB is #F61A34. Grayscale: #A0A0A0. Windows color (decimal): -16128565 or 13362441. OLE color: 13362441.

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

Color convert

RGB 9 229 203 -
CMYK 0.96 0 0.11 0.10
HSL 172.91º 0.92% 0.47% -
HSV(B) 172.91º 0.96% 0.9% -
XYZ 38.91 60.41 66.11 -
YUV 160.26 152.11 20.11 -
System Red Green Blue C M Y K H S L
Decimal 9 229 203 0.96 0 0.11 0.10 172.91 0.92 0.47
Hex 9 E5 CB 60 0 B A AD 5C 2F
Octal 11 345 313 140 0 13 12 255 134 57
Binary 1001 11100101 11001011 1100000 0 1011 1010 10101101 1011100 101111

Color Harmonies of #09E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E5CB

Black with #09E5CB

Text Example


Text Example

White with #09E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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