Html Css Color HEX #49D4CA Medium Turquoise

📋 copy color: '#49D4CA'

red 73 ◦ green 212 ◦ blue 202

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

Shades of Medium Turquoise #49D4CA

Tints of Medium Turquoise #49D4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.53%

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 14.99%
G = 43.53%
B = 41.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#49D4CA (or 0x49D4CA) is known color: Medium Turquoise. HEX triplet: 49, D4 and CA. RGB value is (73,212,202). Sum of RGB (Red+Green+Blue) = 73+212+202=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #49D4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D4CA is #B62B35. Grayscale: #A9A9A9. Windows color (decimal): -11938614 or 13292617. OLE color: 13292617.

HSL color Cylindrical-coordinate representation of color #49D4CA: hue angle of 175.68º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D4CA is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 202 -
CMYK 0.66 0 0.05 0.17
HSL 175.68º 0.62% 0.56% -
HSV(B) 175.68º 0.66% 0.83% -
XYZ 36.95 52.77 64.11 -
YUV 169.3 146.45 59.31 -
System Red Green Blue C M Y K H S L
Decimal 73 212 202 0.66 0 0.05 0.17 175.68 0.62 0.56
Hex 49 D4 CA 42 0 5 11 B0 3E 38
Octal 111 324 312 102 0 5 21 260 76 70
Binary 1001001 11010100 11001010 1000010 0 101 10001 10110000 111110 111000

Color Harmonies of #49D4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D4CA

Black with #49D4CA

Text Example


Text Example

White with #49D4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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