Html Css Color HEX #49CABD Medium Turquoise

📋 copy color: '#49CABD'

red 73 ◦ green 202 ◦ blue 189

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

Shades of Medium Turquoise #49CABD

Tints of Medium Turquoise #49CABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 15.73%
G = 43.53%
B = 40.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#49CABD (or 0x49CABD) is known color: Medium Turquoise. HEX triplet: 49, CA and BD. RGB value is (73,202,189). Sum of RGB (Red+Green+Blue) = 73+202+189=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #49CABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CABD is #B63542. Grayscale: #A1A1A1. Windows color (decimal): -11941187 or 12438089. OLE color: 12438089.

HSL color Cylindrical-coordinate representation of color #49CABD: hue angle of 173.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CABD is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 189 -
CMYK 0.64 0 0.06 0.21
HSL 173.95º 0.55% 0.54% -
HSV(B) 173.95º 0.64% 0.79% -
XYZ 33.05 47.33 55.54 -
YUV 161.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 73 202 189 0.64 0 0.06 0.21 173.95 0.55 0.54
Hex 49 CA BD 40 0 6 15 AE 37 36
Octal 111 312 275 100 0 6 25 256 67 66
Binary 1001001 11001010 10111101 1000000 0 110 10101 10101110 110111 110110

Color Harmonies of #49CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CABD

Black with #49CABD

Text Example


Text Example

White with #49CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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