Html Css Color HEX #49DFC2 Turquoise

📋 copy color: '#49DFC2'

red 73 ◦ green 223 ◦ blue 194

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

Shades of Turquoise #49DFC2

Tints of Turquoise #49DFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 194 (76.17% from 255) = 39.59%

R = 14.9%
G = 45.51%
B = 39.59%

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

#49DFC2 (or 0x49DFC2) is known color: Turquoise. HEX triplet: 49, DF and C2. RGB value is (73,223,194). Sum of RGB (Red+Green+Blue) = 73+223+194=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFC2 is #B6203D. Grayscale: #AEAEAE. Windows color (decimal): -11935806 or 12771145. OLE color: 12771145.

HSL color Cylindrical-coordinate representation of color #49DFC2: hue angle of 168.4º degrees, saturation: 0.7, 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 #49DFC2 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 194 -
CMYK 0.67 0 0.13 0.13
HSL 168.4º 0.7% 0.58% -
HSV(B) 168.4º 0.67% 0.87% -
XYZ 38.87 58.09 60.2 -
YUV 174.84 138.81 55.36 -
System Red Green Blue C M Y K H S L
Decimal 73 223 194 0.67 0 0.13 0.13 168.4 0.7 0.58
Hex 49 DF C2 43 0 D D A8 46 3A
Octal 111 337 302 103 0 15 15 250 106 72
Binary 1001001 11011111 11000010 1000011 0 1101 1101 10101000 1000110 111010

Color Harmonies of #49DFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFC2

Black with #49DFC2

Text Example


Text Example

White with #49DFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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