Html Css Color HEX #49E3DF Turquoise

📋 copy color: '#49E3DF'

red 73 ◦ green 227 ◦ blue 223

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

Shades of Turquoise #49E3DF

Tints of Turquoise #49E3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 13.96%
G = 43.4%
B = 42.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#49E3DF (or 0x49E3DF) is known color: Turquoise. HEX triplet: 49, E3 and DF. RGB value is (73,227,223). Sum of RGB (Red+Green+Blue) = 73+227+223=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #49E3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E3DF is #B61C20. Grayscale: #B4B4B4. Windows color (decimal): -11934753 or 14672713. OLE color: 14672713.

HSL color Cylindrical-coordinate representation of color #49E3DF: hue angle of 178.44º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E3DF is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 227 223 -
CMYK 0.68 0 0.02 0.11
HSL 178.44º 0.73% 0.59% -
HSV(B) 178.44º 0.68% 0.89% -
XYZ 43.54 61.68 79.42 -
YUV 180.5 151.98 51.33 -
System Red Green Blue C M Y K H S L
Decimal 73 227 223 0.68 0 0.02 0.11 178.44 0.73 0.59
Hex 49 E3 DF 44 0 2 B B2 49 3B
Octal 111 343 337 104 0 2 13 262 111 73
Binary 1001001 11100011 11011111 1000100 0 10 1011 10110010 1001001 111011

Color Harmonies of #49E3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E3DF

Black with #49E3DF

Text Example


Text Example

White with #49E3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,227,223); }

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

background-color css

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

 a { background-color: rgb(73,227,223); }

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

border-color css

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

 span { border-color: rgb(73,227,223); }

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