Html Css Color HEX #49DEC1 Turquoise

📋 copy color: '#49DEC1'

red 73 ◦ green 222 ◦ blue 193

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

Shades of Turquoise #49DEC1

Tints of Turquoise #49DEC1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

 BLUE value IS 193 (75.78% from 255) = 39.55%

R = 14.96%
G = 45.49%
B = 39.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#49DEC1 (or 0x49DEC1) is known color: Turquoise. HEX triplet: 49, DE and C1. RGB value is (73,222,193). Sum of RGB (Red+Green+Blue) = 73+222+193=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DEC1 is #B6213E. Grayscale: #AEAEAE. Windows color (decimal): -11936063 or 12705353. OLE color: 12705353.

HSL color Cylindrical-coordinate representation of color #49DEC1: hue angle of 168.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DEC1 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 193 -
CMYK 0.67 0 0.13 0.13
HSL 168.32º 0.69% 0.58% -
HSV(B) 168.32º 0.67% 0.87% -
XYZ 38.49 57.51 59.52 -
YUV 174.14 138.64 55.86 -
System Red Green Blue C M Y K H S L
Decimal 73 222 193 0.67 0 0.13 0.13 168.32 0.69 0.58
Hex 49 DE C1 43 0 D D A8 45 3A
Octal 111 336 301 103 0 15 15 250 105 72
Binary 1001001 11011110 11000001 1000011 0 1101 1101 10101000 1000101 111010

Color Harmonies of #49DEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEC1

Black with #49DEC1

Text Example


Text Example

White with #49DEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,222,193); }

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

background-color css

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

 a { background-color: rgb(73,222,193); }

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

border-color css

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

 span { border-color: rgb(73,222,193); }

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