Html Css Color HEX #49DED0 Turquoise

📋 copy color: '#49DED0'

red 73 ◦ green 222 ◦ blue 208

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

Shades of Turquoise #49DED0

Tints of Turquoise #49DED0

RGB

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

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

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

R = 14.51%
G = 44.14%
B = 41.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#49DED0 (or 0x49DED0) is known color: Turquoise. HEX triplet: 49, DE and D0. RGB value is (73,222,208). Sum of RGB (Red+Green+Blue) = 73+222+208=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #49DED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DED0 is #B6212F. Grayscale: #AFAFAF. Windows color (decimal): -11936048 or 13688393. OLE color: 13688393.

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

Color convert

RGB 73 222 208 -
CMYK 0.67 0 0.06 0.13
HSL 174.36º 0.69% 0.58% -
HSV(B) 174.36º 0.67% 0.87% -
XYZ 40.25 58.21 68.79 -
YUV 175.85 146.14 54.64 -
System Red Green Blue C M Y K H S L
Decimal 73 222 208 0.67 0 0.06 0.13 174.36 0.69 0.58
Hex 49 DE D0 43 0 6 D AE 45 3A
Octal 111 336 320 103 0 6 15 256 105 72
Binary 1001001 11011110 11010000 1000011 0 110 1101 10101110 1000101 111010

Color Harmonies of #49DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DED0

Black with #49DED0

Text Example


Text Example

White with #49DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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