Html Css Color HEX #49F2DC Turquoise

📋 copy color: '#49F2DC'

red 73 ◦ green 242 ◦ blue 220

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

Shades of Turquoise #49F2DC

Tints of Turquoise #49F2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 13.64%
G = 45.23%
B = 41.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#49F2DC (or 0x49F2DC) is known color: Turquoise. HEX triplet: 49, F2 and DC. RGB value is (73,242,220). Sum of RGB (Red+Green+Blue) = 73+242+220=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2DC is #B60D23. Grayscale: #BCBCBC. Windows color (decimal): -11930916 or 14479945. OLE color: 14479945.

HSL color Cylindrical-coordinate representation of color #49F2DC: hue angle of 172.19º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2DC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 220 -
CMYK 0.70 0 0.09 0.05
HSL 172.19º 0.87% 0.62% -
HSV(B) 172.19º 0.7% 0.95% -
XYZ 47.42 70.09 78.74 -
YUV 188.96 145.51 45.29 -
System Red Green Blue C M Y K H S L
Decimal 73 242 220 0.70 0 0.09 0.05 172.19 0.87 0.62
Hex 49 F2 DC 46 0 9 5 AC 57 3E
Octal 111 362 334 106 0 11 5 254 127 76
Binary 1001001 11110010 11011100 1000110 0 1001 101 10101100 1010111 111110

Color Harmonies of #49F2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2DC

Black with #49F2DC

Text Example


Text Example

White with #49F2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,220); }

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

background-color css

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

 a { background-color: rgb(73,242,220); }

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

border-color css

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

 span { border-color: rgb(73,242,220); }

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