#49F1CD

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

Shades of Turquoise #49F1CD

Tints of Turquoise #49F1CD

Color information

#49F1CD (or 0x49F1CD) is unknown color: approx Turquoise. HEX triplet: 49, F1 and CD. RGB value is (73,241,205). Sum of RGB (Red+Green+Blue) = 73+241+205=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #49F1CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F1CD is #B60E32. Grayscale: #BABABA. Windows color (decimal): -11931187 or 13496649. OLE color: 13496649.

HSL color Cylindrical-coordinate representation of color #49F1CD: hue angle of 167.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F1CD is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB73241205-
CMYK0.7000.150.05
HSL167.14º85.71%61.57%-
HSV(B)167.14º69.71%94.51%-
XYZ45.2268.7368.64-
YUV186.66138.3446.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.07%
GREEN value IS 241 (94.53% from 255) = 46.44%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=14.07%
G=46.44%
B=39.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal732412050.7000.150.05167.1485.7161.57
Hex49F1CD460F5a7563e
Octal111361315106017524712676
Binary10010011111000111001101100011001111101101001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,241,205); }

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

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

 a { background-color: rgb(73,241,205); }

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

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

 span { border-color: rgb(73,241,205); }

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