Html Css Color HEX #49CACD Medium Turquoise

📋 copy color: '#49CACD'

red 73 ◦ green 202 ◦ blue 205

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

Shades of Medium Turquoise #49CACD

Tints of Medium Turquoise #49CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 15.21%
G = 42.08%
B = 42.71%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49CACD (or 0x49CACD) is known color: Medium Turquoise. HEX triplet: 49, CA and CD. RGB value is (73,202,205). Sum of RGB (Red+Green+Blue) = 73+202+205=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #49CACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CACD is #B63532. Grayscale: #A3A3A3. Windows color (decimal): -11941171 or 13486665. OLE color: 13486665.

HSL color Cylindrical-coordinate representation of color #49CACD: hue angle of 181.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CACD is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 202 205 -
CMYK 0.64 0.01 0 0.20
HSL 181.36º 0.57% 0.55% -
HSV(B) 181.36º 0.64% 0.8% -
XYZ 34.89 48.07 65.2 -
YUV 163.77 151.26 63.26 -
System Red Green Blue C M Y K H S L
Decimal 73 202 205 0.64 0.01 0 0.20 181.36 0.57 0.55
Hex 49 CA CD 40 1 0 14 B5 39 37
Octal 111 312 315 100 1 0 24 265 71 67
Binary 1001001 11001010 11001101 1000000 1 0 10100 10110101 111001 110111

Color Harmonies of #49CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CACD

Black with #49CACD

Text Example


Text Example

White with #49CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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