Html Css Color HEX #49CACB Medium Turquoise

📋 copy color: '#49CACB'

red 73 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #49CACB

Tints of Medium Turquoise #49CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 15.27%
G = 42.26%
B = 42.47%

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#49CACB (or 0x49CACB) is known color: Medium Turquoise. HEX triplet: 49, CA and CB. RGB value is (73,202,203). Sum of RGB (Red+Green+Blue) = 73+202+203=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #49CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CACB is #B63534. Grayscale: #A3A3A3. Windows color (decimal): -11941173 or 13355593. OLE color: 13355593.

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

Color convert

RGB 73 202 203 -
CMYK 0.64 0.00 0 0.20
HSL 180.46º 0.56% 0.54% -
HSV(B) 180.46º 0.64% 0.8% -
XYZ 34.65 47.97 63.93 -
YUV 163.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 73 202 203 0.64 0.00 0 0.20 180.46 0.56 0.54
Hex 49 CA CB 40 0 0 14 B4 38 36
Octal 111 312 313 100 0 0 24 264 70 66
Binary 1001001 11001010 11001011 1000000 0 0 10100 10110100 111000 110110

Color Harmonies of #49CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CACB

Black with #49CACB

Text Example


Text Example

White with #49CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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