Html Css Color HEX #49DCD6 Turquoise

📋 copy color: '#49DCD6'

red 73 ◦ green 220 ◦ blue 214

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

Shades of Turquoise #49DCD6

Tints of Turquoise #49DCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 14.4%
G = 43.39%
B = 42.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#49DCD6 (or 0x49DCD6) is known color: Turquoise. HEX triplet: 49, DC and D6. RGB value is (73,220,214). Sum of RGB (Red+Green+Blue) = 73+220+214=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCD6 is #B62329. Grayscale: #AFAFAF. Windows color (decimal): -11936554 or 14081097. OLE color: 14081097.

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

Color convert

RGB 73 220 214 -
CMYK 0.67 0 0.03 0.14
HSL 177.55º 0.68% 0.57% -
HSV(B) 177.55º 0.67% 0.86% -
XYZ 40.48 57.46 72.58 -
YUV 175.36 149.8 54.99 -
System Red Green Blue C M Y K H S L
Decimal 73 220 214 0.67 0 0.03 0.14 177.55 0.68 0.57
Hex 49 DC D6 43 0 3 E B2 44 39
Octal 111 334 326 103 0 3 16 262 104 71
Binary 1001001 11011100 11010110 1000011 0 11 1110 10110010 1000100 111001

Color Harmonies of #49DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCD6

Black with #49DCD6

Text Example


Text Example

White with #49DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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