Html Css Color HEX #49DED3 Turquoise

📋 copy color: '#49DED3'

red 73 ◦ green 222 ◦ blue 211

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

Shades of Turquoise #49DED3

Tints of Turquoise #49DED3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

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

R = 14.43%
G = 43.87%
B = 41.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#49DED3 (or 0x49DED3) is known color: Turquoise. HEX triplet: 49, DE and D3. RGB value is (73,222,211). Sum of RGB (Red+Green+Blue) = 73+222+211=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #49DED3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DED3 is #B6212C. Grayscale: #B0B0B0. Windows color (decimal): -11936045 or 13885001. OLE color: 13885001.

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

Color convert

RGB 73 222 211 -
CMYK 0.67 0 0.05 0.13
HSL 175.57º 0.69% 0.58% -
HSV(B) 175.57º 0.67% 0.87% -
XYZ 40.63 58.36 70.75 -
YUV 176.2 147.64 54.39 -
System Red Green Blue C M Y K H S L
Decimal 73 222 211 0.67 0 0.05 0.13 175.57 0.69 0.58
Hex 49 DE D3 43 0 5 D B0 45 3A
Octal 111 336 323 103 0 5 15 260 105 72
Binary 1001001 11011110 11010011 1000011 0 101 1101 10110000 1000101 111010

Color Harmonies of #49DED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DED3

Black with #49DED3

Text Example


Text Example

White with #49DED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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