#49CDFA

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

Shades of Turquoise Blue #49CDFA

Tints of Turquoise Blue #49CDFA

Color information

#49CDFA (or 0x49CDFA) is unknown color: approx Turquoise Blue. HEX triplet: 49, CD and FA. RGB value is (73,205,250). Sum of RGB (Red+Green+Blue) = 73+205+250=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #49CDFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CDFA is #B63205. Grayscale: #AAAAAA. Windows color (decimal): -11940358 or 16436553. OLE color: 16436553.

HSL color Cylindrical-coordinate representation of color #49CDFA: hue angle of 195.25º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CDFA is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73205250-
CMYK0.710.1800.02
HSL195.25º94.65%63.33%-
HSV(B)195.25º70.8%98.04%-
XYZ41.8351.9898.27-
YUV170.66172.7758.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.83%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=13.83%
G=38.83%
B=47.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732052500.710.1800.02195.2594.6563.33
Hex49CDFA471202c35f3f
Octal111315372107220230313777
Binary10010011100110111111010100011110010010110000111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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