Html Css Color HEX #49DDD4 Turquoise

📋 copy color: '#49DDD4'

red 73 ◦ green 221 ◦ blue 212

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

Shades of Turquoise #49DDD4

Tints of Turquoise #49DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 14.43%
G = 43.68%
B = 41.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#49DDD4 (or 0x49DDD4) is known color: Turquoise. HEX triplet: 49, DD and D4. RGB value is (73,221,212). Sum of RGB (Red+Green+Blue) = 73+221+212=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDD4 is #B6222B. Grayscale: #AFAFAF. Windows color (decimal): -11936300 or 13950281. OLE color: 13950281.

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

Color convert

RGB 73 221 212 -
CMYK 0.67 0 0.04 0.13
HSL 176.35º 0.69% 0.58% -
HSV(B) 176.35º 0.67% 0.87% -
XYZ 40.49 57.88 71.33 -
YUV 175.72 148.47 54.73 -
System Red Green Blue C M Y K H S L
Decimal 73 221 212 0.67 0 0.04 0.13 176.35 0.69 0.58
Hex 49 DD D4 43 0 4 D B0 45 3A
Octal 111 335 324 103 0 4 15 260 105 72
Binary 1001001 11011101 11010100 1000011 0 100 1101 10110000 1000101 111010

Color Harmonies of #49DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDD4

Black with #49DDD4

Text Example


Text Example

White with #49DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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