#49FCD3

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

Shades of Turquoise #49FCD3

Tints of Turquoise #49FCD3

Color information

#49FCD3 (or 0x49FCD3) is unknown color: approx Turquoise. HEX triplet: 49, FC and D3. RGB value is (73,252,211). Sum of RGB (Red+Green+Blue) = 73+252+211=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCD3 is #B6032C. Grayscale: #C1C1C1. Windows color (decimal): -11928365 or 13892681. OLE color: 13892681.

HSL color Cylindrical-coordinate representation of color #49FCD3: hue angle of 166.26º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCD3 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB73252211-
CMYK0.7100.160.01
HSL166.26º96.76%63.73%-
HSV(B)166.26º71.03%98.82%-
XYZ49.3275.7473.65-
YUV193.8137.741.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.62%
GREEN value IS 252 (98.83% from 255) = 47.01%
BLUE value IS 211 (82.81% from 255) = 39.37%
R=13.62%
G=47.01%
B=39.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732522110.7100.160.01166.2696.7663.73
Hex49FCD3470101a66140
Octal1113743231070201246141100
Binary10010011111110011010011100011101000011010011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,252,211); }

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

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

 a { background-color: rgb(73,252,211); }

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

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

 span { border-color: rgb(73,252,211); }

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