Html Css Color HEX #49DCCC Turquoise

📋 copy color: '#49DCCC'

red 73 ◦ green 220 ◦ blue 204

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

Shades of Turquoise #49DCCC

Tints of Turquoise #49DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 14.69%
G = 44.27%
B = 41.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#49DCCC (or 0x49DCCC) is known color: Turquoise. HEX triplet: 49, DC and CC. RGB value is (73,220,204). Sum of RGB (Red+Green+Blue) = 73+220+204=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCCC is #B62333. Grayscale: #AEAEAE. Windows color (decimal): -11936564 or 13425737. OLE color: 13425737.

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

Color convert

RGB 73 220 204 -
CMYK 0.67 0 0.07 0.14
HSL 173.47º 0.68% 0.57% -
HSV(B) 173.47º 0.67% 0.86% -
XYZ 39.24 56.96 66.05 -
YUV 174.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 73 220 204 0.67 0 0.07 0.14 173.47 0.68 0.57
Hex 49 DC CC 43 0 7 E AD 44 39
Octal 111 334 314 103 0 7 16 255 104 71
Binary 1001001 11011100 11001100 1000011 0 111 1110 10101101 1000100 111001

Color Harmonies of #49DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCCC

Black with #49DCCC

Text Example


Text Example

White with #49DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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