Html Css Color HEX #49DDCE Turquoise

📋 copy color: '#49DDCE'

red 73 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #49DDCE

Tints of Turquoise #49DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 14.6%
G = 44.2%
B = 41.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#49DDCE (or 0x49DDCE) is known color: Turquoise. HEX triplet: 49, DD and CE. RGB value is (73,221,206). Sum of RGB (Red+Green+Blue) = 73+221+206=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDCE is #B62231. Grayscale: #AEAEAE. Windows color (decimal): -11936306 or 13557065. OLE color: 13557065.

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

Color convert

RGB 73 221 206 -
CMYK 0.67 0 0.07 0.13
HSL 173.92º 0.69% 0.58% -
HSV(B) 173.92º 0.67% 0.87% -
XYZ 39.74 57.59 67.41 -
YUV 175.04 145.47 55.22 -
System Red Green Blue C M Y K H S L
Decimal 73 221 206 0.67 0 0.07 0.13 173.92 0.69 0.58
Hex 49 DD CE 43 0 7 D AE 45 3A
Octal 111 335 316 103 0 7 15 256 105 72
Binary 1001001 11011101 11001110 1000011 0 111 1101 10101110 1000101 111010

Color Harmonies of #49DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDCE

Black with #49DDCE

Text Example


Text Example

White with #49DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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