Html Css Color HEX #49DBD0 Turquoise

📋 copy color: '#49DBD0'

red 73 ◦ green 219 ◦ blue 208

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

Shades of Turquoise #49DBD0

Tints of Turquoise #49DBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 14.6%
G = 43.8%
B = 41.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#49DBD0 (or 0x49DBD0) is known color: Turquoise. HEX triplet: 49, DB and D0. RGB value is (73,219,208). Sum of RGB (Red+Green+Blue) = 73+219+208=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBD0 is #B6242F. Grayscale: #ADADAD. Windows color (decimal): -11936816 or 13687625. OLE color: 13687625.

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

Color convert

RGB 73 219 208 -
CMYK 0.67 0 0.05 0.14
HSL 175.48º 0.67% 0.57% -
HSV(B) 175.48º 0.67% 0.86% -
XYZ 39.46 56.63 68.53 -
YUV 174.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 73 219 208 0.67 0 0.05 0.14 175.48 0.67 0.57
Hex 49 DB D0 43 0 5 E AF 43 39
Octal 111 333 320 103 0 5 16 257 103 71
Binary 1001001 11011011 11010000 1000011 0 101 1110 10101111 1000011 111001

Color Harmonies of #49DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBD0

Black with #49DBD0

Text Example


Text Example

White with #49DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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