Html Css Color HEX #49DCBF Turquoise

📋 copy color: '#49DCBF'

red 73 ◦ green 220 ◦ blue 191

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

Shades of Turquoise #49DCBF

Tints of Turquoise #49DCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.46%

R = 15.08%
G = 45.45%
B = 39.46%

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

#49DCBF (or 0x49DCBF) is known color: Turquoise. HEX triplet: 49, DC and BF. RGB value is (73,220,191). Sum of RGB (Red+Green+Blue) = 73+220+191=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCBF is #B62340. Grayscale: #ACACAC. Windows color (decimal): -11936577 or 12573769. OLE color: 12573769.

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

Color convert

RGB 73 220 191 -
CMYK 0.67 0 0.13 0.14
HSL 168.16º 0.68% 0.57% -
HSV(B) 168.16º 0.67% 0.86% -
XYZ 37.74 56.36 58.18 -
YUV 172.74 138.3 56.86 -
System Red Green Blue C M Y K H S L
Decimal 73 220 191 0.67 0 0.13 0.14 168.16 0.68 0.57
Hex 49 DC BF 43 0 D E A8 44 39
Octal 111 334 277 103 0 15 16 250 104 71
Binary 1001001 11011100 10111111 1000011 0 1101 1110 10101000 1000100 111001

Color Harmonies of #49DCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCBF

Black with #49DCBF

Text Example


Text Example

White with #49DCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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