Html Css Color HEX #49DDDA Turquoise

📋 copy color: '#49DDDA'

red 73 ◦ green 221 ◦ blue 218

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

Shades of Turquoise #49DDDA

Tints of Turquoise #49DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

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

R = 14.26%
G = 43.16%
B = 42.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#49DDDA (or 0x49DDDA) is known color: Turquoise. HEX triplet: 49, DD and DA. RGB value is (73,221,218). Sum of RGB (Red+Green+Blue) = 73+221+218=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDDA is #B62225. Grayscale: #B0B0B0. Windows color (decimal): -11936294 or 14343497. OLE color: 14343497.

HSL color Cylindrical-coordinate representation of color #49DDDA: hue angle of 178.78º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DDDA is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 221 218 -
CMYK 0.67 0 0.01 0.13
HSL 178.78º 0.69% 0.58% -
HSV(B) 178.78º 0.67% 0.87% -
XYZ 41.26 58.19 75.39 -
YUV 176.41 151.47 54.24 -
System Red Green Blue C M Y K H S L
Decimal 73 221 218 0.67 0 0.01 0.13 178.78 0.69 0.58
Hex 49 DD DA 43 0 1 D B3 45 3A
Octal 111 335 332 103 0 1 15 263 105 72
Binary 1001001 11011101 11011010 1000011 0 1 1101 10110011 1000101 111010

Color Harmonies of #49DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDDA

Black with #49DDDA

Text Example


Text Example

White with #49DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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