Html Css Color HEX #49DFE0 Turquoise

📋 copy color: '#49DFE0'

red 73 ◦ green 223 ◦ blue 224

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

Shades of Turquoise #49DFE0

Tints of Turquoise #49DFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.08%

R = 14.04%
G = 42.88%
B = 43.08%

CMYK

 C value IS 0.67

 M value IS 0.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#49DFE0 (or 0x49DFE0) is known color: Turquoise. HEX triplet: 49, DF and E0. RGB value is (73,223,224). Sum of RGB (Red+Green+Blue) = 73+223+224=520 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.04% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #49DFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFE0 is #B6201F. Grayscale: #B2B2B2. Windows color (decimal): -11935776 or 14737225. OLE color: 14737225.

HSL color Cylindrical-coordinate representation of color #49DFE0: hue angle of 180.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DFE0 is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 223 224 -
CMYK 0.67 0.00 0 0.12
HSL 180.4º 0.71% 0.58% -
HSV(B) 180.4º 0.67% 0.88% -
XYZ 42.59 59.57 79.78 -
YUV 178.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 73 223 224 0.67 0.00 0 0.12 180.4 0.71 0.58
Hex 49 DF E0 43 0 0 C B4 47 3A
Octal 111 337 340 103 0 0 14 264 107 72
Binary 1001001 11011111 11100000 1000011 0 0 1100 10110100 1000111 111010

Color Harmonies of #49DFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFE0

Black with #49DFE0

Text Example


Text Example

White with #49DFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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