#49C8DD

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

Shades of Medium Turquoise #49C8DD

Tints of Medium Turquoise #49C8DD

Color information

#49C8DD (or 0x49C8DD) is unknown color: approx Medium Turquoise. HEX triplet: 49, C8 and DD. RGB value is (73,200,221). Sum of RGB (Red+Green+Blue) = 73+200+221=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #49C8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C8DD is #B63722. Grayscale: #A4A4A4. Windows color (decimal): -11941667 or 14534729. OLE color: 14534729.

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

Color convert

RGB73200221-
CMYK0.670.1000.13
HSL188.51º68.52%57.65%-
HSV(B)188.51º66.97%86.67%-
XYZ36.4547.9575.74-
YUV164.42159.9262.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.78%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=14.78%
G=40.49%
B=44.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732002210.670.1000.13188.5168.5257.65
Hex49C8DD43A0Dbd453a
Octal1113103351031201527510572
Binary100100111001000110111011000011101001101101111011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,200,221); }

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

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

 a { background-color: rgb(73,200,221); }

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

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

 span { border-color: rgb(73,200,221); }

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