Html Css Color HEX #49DECF Turquoise

📋 copy color: '#49DECF'

red 73 ◦ green 222 ◦ blue 207

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

Shades of Turquoise #49DECF

Tints of Turquoise #49DECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 14.54%
G = 44.22%
B = 41.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#49DECF (or 0x49DECF) is known color: Turquoise. HEX triplet: 49, DE and CF. RGB value is (73,222,207). Sum of RGB (Red+Green+Blue) = 73+222+207=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #49DECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DECF is #B62130. Grayscale: #AFAFAF. Windows color (decimal): -11936049 or 13622857. OLE color: 13622857.

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

Color convert

RGB 73 222 207 -
CMYK 0.67 0 0.07 0.13
HSL 173.96º 0.69% 0.58% -
HSV(B) 173.96º 0.67% 0.87% -
XYZ 40.13 58.16 68.14 -
YUV 175.74 145.64 54.72 -
System Red Green Blue C M Y K H S L
Decimal 73 222 207 0.67 0 0.07 0.13 173.96 0.69 0.58
Hex 49 DE CF 43 0 7 D AE 45 3A
Octal 111 336 317 103 0 7 15 256 105 72
Binary 1001001 11011110 11001111 1000011 0 111 1101 10101110 1000101 111010

Color Harmonies of #49DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DECF

Black with #49DECF

Text Example


Text Example

White with #49DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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