#49CFDE

Color #49CFDE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #49CFDE

Tints of Medium Turquoise #49CFDE

Color information

#49CFDE (or 0x49CFDE) is unknown color: approx Medium Turquoise. HEX triplet: 49, CF and DE. RGB value is (73,207,222). Sum of RGB (Red+Green+Blue) = 73+207+222=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #49CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFDE is #B63021. Grayscale: #A8A8A8. Windows color (decimal): -11939874 or 14602057. OLE color: 14602057.

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

Color convert

RGB73207222-
CMYK0.670.0700.13
HSL186.04º69.3%57.84%-
HSV(B)186.04º67.12%87.06%-
XYZ38.2551.3277-
YUV168.64158.1159.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.54%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=14.54%
G=41.24%
B=44.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732072220.670.0700.13186.0469.357.84
Hex49CFDE4370Dba453a
Octal111317336103701527210572
Binary10010011100111111011110100001111101101101110101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49CFDE;
 }
 .AnyTagClassName
 {
   color: #49CFDE;
 }
</style>
background-color css

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

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

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

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

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

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