Html Css Color HEX #09E3CE Bright Turquoise

📋 copy color: '#09E3CE'

red 9 ◦ green 227 ◦ blue 206

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

Shades of Bright Turquoise #09E3CE

Tints of Bright Turquoise #09E3CE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.36%

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

R = 2.04%
G = 51.36%
B = 46.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#09E3CE (or 0x09E3CE) is known color: Bright Turquoise. HEX triplet: 09, E3 and CE. RGB value is (9,227,206). Sum of RGB (Red+Green+Blue) = 9+227+206=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #09E3CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09E3CE is #F61C31. Grayscale: #9F9F9F. Windows color (decimal): -16129074 or 13558537. OLE color: 13558537.

HSL color Cylindrical-coordinate representation of color #09E3CE: hue angle of 174.22º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E3CE is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 227 206 -
CMYK 0.96 0 0.09 0.11
HSL 174.22º 0.92% 0.46% -
HSV(B) 174.22º 0.96% 0.89% -
XYZ 38.72 59.45 67.83 -
YUV 159.42 154.28 20.71 -
System Red Green Blue C M Y K H S L
Decimal 9 227 206 0.96 0 0.09 0.11 174.22 0.92 0.46
Hex 9 E3 CE 60 0 9 B AE 5C 2E
Octal 11 343 316 140 0 11 13 256 134 56
Binary 1001 11100011 11001110 1100000 0 1001 1011 10101110 1011100 101110

Color Harmonies of #09E3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E3CE

Black with #09E3CE

Text Example


Text Example

White with #09E3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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