Html Css Color HEX #49CECD Medium Turquoise

📋 copy color: '#49CECD'

red 73 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #49CECD

Tints of Medium Turquoise #49CECD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.56%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 15.08%
G = 42.56%
B = 42.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#49CECD (or 0x49CECD) is known color: Medium Turquoise. HEX triplet: 49, CE and CD. RGB value is (73,206,205). Sum of RGB (Red+Green+Blue) = 73+206+205=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #49CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CECD is #B63132. Grayscale: #A5A5A5. Windows color (decimal): -11940147 or 13487689. OLE color: 13487689.

HSL color Cylindrical-coordinate representation of color #49CECD: hue angle of 179.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CECD is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 205 -
CMYK 0.65 0 0.00 0.19
HSL 179.55º 0.58% 0.55% -
HSV(B) 179.55º 0.65% 0.81% -
XYZ 35.84 49.97 65.51 -
YUV 166.12 149.94 61.58 -
System Red Green Blue C M Y K H S L
Decimal 73 206 205 0.65 0 0.00 0.19 179.55 0.58 0.55
Hex 49 CE CD 41 0 0 13 B4 3A 37
Octal 111 316 315 101 0 0 23 264 72 67
Binary 1001001 11001110 11001101 1000001 0 0 10011 10110100 111010 110111

Color Harmonies of #49CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CECD

Black with #49CECD

Text Example


Text Example

White with #49CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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