Html Css Color HEX #49DCBD Turquoise

📋 copy color: '#49DCBD'

red 73 ◦ green 220 ◦ blue 189

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

Shades of Turquoise #49DCBD

Tints of Turquoise #49DCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 15.15%
G = 45.64%
B = 39.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#49DCBD (or 0x49DCBD) is known color: Turquoise. HEX triplet: 49, DC and BD. RGB value is (73,220,189). Sum of RGB (Red+Green+Blue) = 73+220+189=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCBD is #B62342. Grayscale: #ACACAC. Windows color (decimal): -11936579 or 12442697. OLE color: 12442697.

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

Color convert

RGB 73 220 189 -
CMYK 0.67 0 0.14 0.14
HSL 167.35º 0.68% 0.57% -
HSV(B) 167.35º 0.67% 0.86% -
XYZ 37.53 56.28 57.03 -
YUV 172.51 137.3 57.02 -
System Red Green Blue C M Y K H S L
Decimal 73 220 189 0.67 0 0.14 0.14 167.35 0.68 0.57
Hex 49 DC BD 43 0 E E A7 44 39
Octal 111 334 275 103 0 16 16 247 104 71
Binary 1001001 11011100 10111101 1000011 0 1110 1110 10100111 1000100 111001

Color Harmonies of #49DCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCBD

Black with #49DCBD

Text Example


Text Example

White with #49DCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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