Html Css Color HEX #49DCDA Turquoise

📋 copy color: '#49DCDA'

red 73 ◦ green 220 ◦ blue 218

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

Shades of Turquoise #49DCDA

Tints of Turquoise #49DCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 14.29%
G = 43.05%
B = 42.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#49DCDA (or 0x49DCDA) is known color: Turquoise. HEX triplet: 49, DC and DA. RGB value is (73,220,218). Sum of RGB (Red+Green+Blue) = 73+220+218=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCDA is #B62325. Grayscale: #AFAFAF. Windows color (decimal): -11936550 or 14343241. OLE color: 14343241.

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

Color convert

RGB 73 220 218 -
CMYK 0.67 0 0.01 0.14
HSL 179.18º 0.68% 0.57% -
HSV(B) 179.18º 0.67% 0.86% -
XYZ 41 57.66 75.3 -
YUV 175.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 73 220 218 0.67 0 0.01 0.14 179.18 0.68 0.57
Hex 49 DC DA 43 0 1 E B3 44 39
Octal 111 334 332 103 0 1 16 263 104 71
Binary 1001001 11011100 11011010 1000011 0 1 1110 10110011 1000100 111001

Color Harmonies of #49DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCDA

Black with #49DCDA

Text Example


Text Example

White with #49DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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