Html Css Color HEX #49DFDA Turquoise

📋 copy color: '#49DFDA'

red 73 ◦ green 223 ◦ blue 218

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

Shades of Turquoise #49DFDA

Tints of Turquoise #49DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.39%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 14.2%
G = 43.39%
B = 42.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#49DFDA (or 0x49DFDA) is known color: Turquoise. HEX triplet: 49, DF and DA. RGB value is (73,223,218). Sum of RGB (Red+Green+Blue) = 73+223+218=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFDA is #B62025. Grayscale: #B1B1B1. Windows color (decimal): -11935782 or 14344009. OLE color: 14344009.

HSL color Cylindrical-coordinate representation of color #49DFDA: hue angle of 178º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DFDA is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 218 -
CMYK 0.67 0 0.02 0.13
HSL 178º 0.7% 0.58% -
HSV(B) 178º 0.67% 0.87% -
XYZ 41.79 59.25 75.56 -
YUV 177.58 150.81 53.41 -
System Red Green Blue C M Y K H S L
Decimal 73 223 218 0.67 0 0.02 0.13 178 0.7 0.58
Hex 49 DF DA 43 0 2 D B2 46 3A
Octal 111 337 332 103 0 2 15 262 106 72
Binary 1001001 11011111 11011010 1000011 0 10 1101 10110010 1000110 111010

Color Harmonies of #49DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFDA

Black with #49DFDA

Text Example


Text Example

White with #49DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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