Html Css Color HEX #49DCC0 Turquoise

📋 copy color: '#49DCC0'

red 73 ◦ green 220 ◦ blue 192

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

Shades of Turquoise #49DCC0

Tints of Turquoise #49DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.36%

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 15.05%
G = 45.36%
B = 39.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#49DCC0 (or 0x49DCC0) is known color: Turquoise. HEX triplet: 49, DC and C0. RGB value is (73,220,192). Sum of RGB (Red+Green+Blue) = 73+220+192=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCC0 is #B6233F. Grayscale: #ACACAC. Windows color (decimal): -11936576 or 12639305. OLE color: 12639305.

HSL color Cylindrical-coordinate representation of color #49DCC0: hue angle of 168.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCC0 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 192 -
CMYK 0.67 0 0.13 0.14
HSL 168.57º 0.68% 0.57% -
HSV(B) 168.57º 0.67% 0.86% -
XYZ 37.86 56.41 58.76 -
YUV 172.86 138.8 56.78 -
System Red Green Blue C M Y K H S L
Decimal 73 220 192 0.67 0 0.13 0.14 168.57 0.68 0.57
Hex 49 DC C0 43 0 D E A9 44 39
Octal 111 334 300 103 0 15 16 251 104 71
Binary 1001001 11011100 11000000 1000011 0 1101 1110 10101001 1000100 111001

Color Harmonies of #49DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCC0

Black with #49DCC0

Text Example


Text Example

White with #49DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,192); }

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

background-color css

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

 a { background-color: rgb(73,220,192); }

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

border-color css

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

 span { border-color: rgb(73,220,192); }

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