Html Css Color HEX #49DBD3 Turquoise

📋 copy color: '#49DBD3'

red 73 ◦ green 219 ◦ blue 211

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

Shades of Turquoise #49DBD3

Tints of Turquoise #49DBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 14.51%
G = 43.54%
B = 41.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#49DBD3 (or 0x49DBD3) is known color: Turquoise. HEX triplet: 49, DB and D3. RGB value is (73,219,211). Sum of RGB (Red+Green+Blue) = 73+219+211=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBD3 is #B6242C. Grayscale: #AEAEAE. Windows color (decimal): -11936813 or 13884233. OLE color: 13884233.

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

Color convert

RGB 73 219 211 -
CMYK 0.67 0 0.04 0.14
HSL 176.71º 0.67% 0.57% -
HSV(B) 176.71º 0.67% 0.86% -
XYZ 39.84 56.78 70.49 -
YUV 174.43 148.63 55.65 -
System Red Green Blue C M Y K H S L
Decimal 73 219 211 0.67 0 0.04 0.14 176.71 0.67 0.57
Hex 49 DB D3 43 0 4 E B1 43 39
Octal 111 333 323 103 0 4 16 261 103 71
Binary 1001001 11011011 11010011 1000011 0 100 1110 10110001 1000011 111001

Color Harmonies of #49DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBD3

Black with #49DBD3

Text Example


Text Example

White with #49DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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