#49CFEF

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

Shades of Turquoise Blue #49CFEF

Tints of Turquoise Blue #49CFEF

Color information

#49CFEF (or 0x49CFEF) is unknown color: approx Turquoise Blue. HEX triplet: 49, CF and EF. RGB value is (73,207,239). Sum of RGB (Red+Green+Blue) = 73+207+239=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #49CFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CFEF is #B63010. Grayscale: #AAAAAA. Windows color (decimal): -11939857 or 15716169. OLE color: 15716169.

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

Color convert

RGB73207239-
CMYK0.690.1300.06
HSL191.57º83.84%61.18%-
HSV(B)191.57º69.46%93.73%-
XYZ40.6452.2789.61-
YUV170.58166.6158.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.07%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 239 (93.75% from 255) = 46.05%
R=14.07%
G=39.88%
B=46.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732072390.690.1300.06191.5783.8461.18
Hex49CFEF45D06c0543d
Octal111317357105150630012475
Binary10010011100111111101111100010111010110110000001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,207,239); }

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

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

 a { background-color: rgb(73,207,239); }

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

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

 span { border-color: rgb(73,207,239); }

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