Html Css Color HEX #49F1DC Turquoise

📋 copy color: '#49F1DC'

red 73 ◦ green 241 ◦ blue 220

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

Shades of Turquoise #49F1DC

Tints of Turquoise #49F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.13%

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

R = 13.67%
G = 45.13%
B = 41.2%

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

#49F1DC (or 0x49F1DC) is known color: Turquoise. HEX triplet: 49, F1 and DC. RGB value is (73,241,220). Sum of RGB (Red+Green+Blue) = 73+241+220=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #49F1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F1DC is #B60E23. Grayscale: #BCBCBC. Windows color (decimal): -11931172 or 14479689. OLE color: 14479689.

HSL color Cylindrical-coordinate representation of color #49F1DC: hue angle of 172.5º degrees, saturation: 0.86, 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 #49F1DC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 220 -
CMYK 0.70 0 0.09 0.05
HSL 172.5º 0.86% 0.62% -
HSV(B) 172.5º 0.7% 0.95% -
XYZ 47.12 69.49 78.64 -
YUV 188.37 145.84 45.71 -
System Red Green Blue C M Y K H S L
Decimal 73 241 220 0.70 0 0.09 0.05 172.5 0.86 0.62
Hex 49 F1 DC 46 0 9 5 AC 56 3E
Octal 111 361 334 106 0 11 5 254 126 76
Binary 1001001 11110001 11011100 1000110 0 1001 101 10101100 1010110 111110

Color Harmonies of #49F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F1DC

Black with #49F1DC

Text Example


Text Example

White with #49F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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