Html Css Color HEX #49DEDF Turquoise

📋 copy color: '#49DEDF'

red 73 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #49DEDF

Tints of Turquoise #49DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.86%

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

R = 14.09%
G = 42.86%
B = 43.05%

CMYK

 C value IS 0.67

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49DEDF (or 0x49DEDF) is known color: Turquoise. HEX triplet: 49, DE and DF. RGB value is (73,222,223). Sum of RGB (Red+Green+Blue) = 73+222+223=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #49DEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DEDF is #B62120. Grayscale: #B1B1B1. Windows color (decimal): -11936033 or 14671433. OLE color: 14671433.

HSL color Cylindrical-coordinate representation of color #49DEDF: hue angle of 180.4º 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 #49DEDF is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 222 223 -
CMYK 0.67 0.00 0 0.13
HSL 180.4º 0.7% 0.58% -
HSV(B) 180.4º 0.67% 0.87% -
XYZ 42.19 58.99 78.97 -
YUV 177.56 153.64 53.42 -
System Red Green Blue C M Y K H S L
Decimal 73 222 223 0.67 0.00 0 0.13 180.4 0.7 0.58
Hex 49 DE DF 43 0 0 D B4 46 3A
Octal 111 336 337 103 0 0 15 264 106 72
Binary 1001001 11011110 11011111 1000011 0 0 1101 10110100 1000110 111010

Color Harmonies of #49DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DEDF

Black with #49DEDF

Text Example


Text Example

White with #49DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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