Html Css Color HEX #49DECE Turquoise

📋 copy color: '#49DECE'

red 73 ◦ green 222 ◦ blue 206

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

Shades of Turquoise #49DECE

Tints of Turquoise #49DECE

RGB

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

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

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

R = 14.57%
G = 44.31%
B = 41.12%

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

#49DECE (or 0x49DECE) is known color: Turquoise. HEX triplet: 49, DE and CE. RGB value is (73,222,206). Sum of RGB (Red+Green+Blue) = 73+222+206=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #49DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DECE is #B62131. Grayscale: #AFAFAF. Windows color (decimal): -11936050 or 13557321. OLE color: 13557321.

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

Color convert

RGB 73 222 206 -
CMYK 0.67 0 0.07 0.13
HSL 173.56º 0.69% 0.58% -
HSV(B) 173.56º 0.67% 0.87% -
XYZ 40.01 58.12 67.5 -
YUV 175.63 145.14 54.8 -
System Red Green Blue C M Y K H S L
Decimal 73 222 206 0.67 0 0.07 0.13 173.56 0.69 0.58
Hex 49 DE CE 43 0 7 D AE 45 3A
Octal 111 336 316 103 0 7 15 256 105 72
Binary 1001001 11011110 11001110 1000011 0 111 1101 10101110 1000101 111010

Color Harmonies of #49DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DECE

Black with #49DECE

Text Example


Text Example

White with #49DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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