Html Css Color HEX #49F2DF Turquoise

📋 copy color: '#49F2DF'

red 73 ◦ green 242 ◦ blue 223

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

Shades of Turquoise #49F2DF

Tints of Turquoise #49F2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 13.57%
G = 44.98%
B = 41.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#49F2DF (or 0x49F2DF) is known color: Turquoise. HEX triplet: 49, F2 and DF. RGB value is (73,242,223). Sum of RGB (Red+Green+Blue) = 73+242+223=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2DF is #B60D20. Grayscale: #BDBDBD. Windows color (decimal): -11930913 or 14676553. OLE color: 14676553.

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

Color convert

RGB 73 242 223 -
CMYK 0.70 0 0.08 0.05
HSL 173.25º 0.87% 0.62% -
HSV(B) 173.25º 0.7% 0.95% -
XYZ 47.82 70.25 80.85 -
YUV 189.3 147.01 45.04 -
System Red Green Blue C M Y K H S L
Decimal 73 242 223 0.70 0 0.08 0.05 173.25 0.87 0.62
Hex 49 F2 DF 46 0 8 5 AD 57 3E
Octal 111 362 337 106 0 10 5 255 127 76
Binary 1001001 11110010 11011111 1000110 0 1000 101 10101101 1010111 111110

Color Harmonies of #49F2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2DF

Black with #49F2DF

Text Example


Text Example

White with #49F2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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