#49DFED

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

Shades of Turquoise #49DFED

Tints of Turquoise #49DFED

Color information

#49DFED (or 0x49DFED) is unknown color: approx Turquoise. HEX triplet: 49, DF and ED. RGB value is (73,223,237). Sum of RGB (Red+Green+Blue) = 73+223+237=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #49DFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFED is #B62012. Grayscale: #B3B3B3. Windows color (decimal): -11935763 or 15589193. OLE color: 15589193.

HSL color Cylindrical-coordinate representation of color #49DFED: hue angle of 185.12º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DFED is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73223237-
CMYK0.690.0600.07
HSL185.12º82%60.78%-
HSV(B)185.12º69.2%92.94%-
XYZ44.4260.3189.42-
YUV179.75160.351.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.70%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 237 (92.97% from 255) = 44.47%
R=13.70%
G=41.84%
B=44.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal732232370.690.0600.07185.128260.78
Hex49DFED45607b9523d
Octal11133735510560727112275
Binary1001001110111111110110110001011100111101110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,223,237); }

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

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

 a { background-color: rgb(73,223,237); }

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

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

 span { border-color: rgb(73,223,237); }

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