Html Css Color HEX #49CDBC Medium Turquoise

📋 copy color: '#49CDBC'

red 73 ◦ green 205 ◦ blue 188

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

Shades of Medium Turquoise #49CDBC

Tints of Medium Turquoise #49CDBC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.99%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 15.67%
G = 43.99%
B = 40.34%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#49CDBC (or 0x49CDBC) is known color: Medium Turquoise. HEX triplet: 49, CD and BC. RGB value is (73,205,188). Sum of RGB (Red+Green+Blue) = 73+205+188=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDBC is #B63243. Grayscale: #A3A3A3. Windows color (decimal): -11940420 or 12373321. OLE color: 12373321.

HSL color Cylindrical-coordinate representation of color #49CDBC: hue angle of 172.27º 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 #49CDBC is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 188 -
CMYK 0.64 0 0.08 0.20
HSL 172.27º 0.57% 0.55% -
HSV(B) 172.27º 0.64% 0.8% -
XYZ 33.66 48.71 55.21 -
YUV 163.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 73 205 188 0.64 0 0.08 0.20 172.27 0.57 0.55
Hex 49 CD BC 40 0 8 14 AC 39 37
Octal 111 315 274 100 0 10 24 254 71 67
Binary 1001001 11001101 10111100 1000000 0 1000 10100 10101100 111001 110111

Color Harmonies of #49CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDBC

Black with #49CDBC

Text Example


Text Example

White with #49CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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