Html Css Color HEX #49DBDA Turquoise

📋 copy color: '#49DBDA'

red 73 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #49DBDA

Tints of Turquoise #49DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.94%

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

R = 14.31%
G = 42.94%
B = 42.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#49DBDA (or 0x49DBDA) is known color: Turquoise. HEX triplet: 49, DB and DA. RGB value is (73,219,218). Sum of RGB (Red+Green+Blue) = 73+219+218=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBDA is #B62425. Grayscale: #AFAFAF. Windows color (decimal): -11936806 or 14342985. OLE color: 14342985.

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

Color convert

RGB 73 219 218 -
CMYK 0.67 0 0.00 0.14
HSL 179.59º 0.67% 0.57% -
HSV(B) 179.59º 0.67% 0.86% -
XYZ 40.73 57.14 75.21 -
YUV 175.23 152.13 55.08 -
System Red Green Blue C M Y K H S L
Decimal 73 219 218 0.67 0 0.00 0.14 179.59 0.67 0.57
Hex 49 DB DA 43 0 0 E B4 43 39
Octal 111 333 332 103 0 0 16 264 103 71
Binary 1001001 11011011 11011010 1000011 0 0 1110 10110100 1000011 111001

Color Harmonies of #49DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBDA

Black with #49DBDA

Text Example


Text Example

White with #49DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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