Html Css Color HEX #49E9CE Turquoise

📋 copy color: '#49E9CE'

red 73 ◦ green 233 ◦ blue 206

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

Shades of Turquoise #49E9CE

Tints of Turquoise #49E9CE

RGB

 RED value IS 73 (28.91% from 255) = 14.26%

 GREEN value IS 233 (91.41% from 255) = 45.51%

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

R = 14.26%
G = 45.51%
B = 40.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#49E9CE (or 0x49E9CE) is known color: Turquoise. HEX triplet: 49, E9 and CE. RGB value is (73,233,206). Sum of RGB (Red+Green+Blue) = 73+233+206=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #49E9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49E9CE is #B61631. Grayscale: #B6B6B6. Windows color (decimal): -11933234 or 13560137. OLE color: 13560137.

HSL color Cylindrical-coordinate representation of color #49E9CE: hue angle of 169.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E9CE is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 233 206 -
CMYK 0.69 0 0.12 0.09
HSL 169.88º 0.78% 0.6% -
HSV(B) 169.88º 0.69% 0.91% -
XYZ 43.03 64.15 68.51 -
YUV 182.08 141.49 50.2 -
System Red Green Blue C M Y K H S L
Decimal 73 233 206 0.69 0 0.12 0.09 169.88 0.78 0.6
Hex 49 E9 CE 45 0 C 9 AA 4E 3C
Octal 111 351 316 105 0 14 11 252 116 74
Binary 1001001 11101001 11001110 1000101 0 1100 1001 10101010 1001110 111100

Color Harmonies of #49E9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E9CE

Black with #49E9CE

Text Example


Text Example

White with #49E9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49E9CE; }

 p { color: rgb(73,233,206); }

 H1.HeaderClassName
 {
   color: #49E9CE;
 }
 .AnyTagClassName
 {
   color: #49E9CE;
 }
</style>

background-color css

<style>
 a { background-color: #49E9CE; }

 a { background-color: rgb(73,233,206); }

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

border-color css

<style>
 span { border-color: #49E9CE; }

 span { border-color: rgb(73,233,206); }

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